net.avcompris.status.dao.impl.MutableServicesStatusDto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avc-service-status-dao Show documentation
Show all versions of avc-service-status-dao Show documentation
DAO module for the REST API component: avc-service-status
package net.avcompris.status.dao.impl;
import net.avcompris.status.dao.ServiceStatusDto;
import net.avcompris.status.dao.ServicesStatusDto;
public interface MutableServicesStatusDto extends ServicesStatusDto {
MutableServicesStatusDto addToItems(ServiceStatusDto item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy