Package com.soffid.iam.model
Interface TaskLogEntityDao
-
- All Known Implementing Classes:
TaskLogEntityDaoBase,TaskLogEntityDaoImpl
public interface TaskLogEntityDaoDAO for Entity TaskLogEntity- See Also:
es.caib.seycon.ng.model.TaskLogEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Object[]>countTasksByServerAndSystem(CriteriaSearchConfiguration criteria, String server)CriteriaSearchConfiguration finderCollection<Object[]>countTasksByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String serverInstance)CriteriaSearchConfiguration finderCollection<Object[]>countTasksByServerAndSystem(String server)Operation countTasksByServerAndSystemCollection<Object[]>countTasksByServerAndSystem(String server, String serverInstance)Operation countTasksByServerAndSystemCollection<Object[]>countTasksBySystem()Operation countTasksBySystemCollection<Object[]>countTasksBySystem(CriteriaSearchConfiguration criteria)CriteriaSearchConfiguration findervoidcreate(TaskLogEntity entity)Adds an instance ofTaskLogEntityto the persistent store.voidcreate(Collection<? extends TaskLogEntity> entities)Creates a collection ofTaskLogEntityand adds it to the persistent store.List<TaskLogEntity>findAllHavingTasqueByAgentAndServer(CriteriaSearchConfiguration criteria, String server, String system, String status)CriteriaSearchConfiguration finderList<TaskLogEntity>findAllHavingTasqueByAgentAndServer(String server, String system, String status)Operation findAllHavingTasqueByAgentAndServerList<TaskLogEntity>findAllHavingTasqueByServer(CriteriaSearchConfiguration criteria, String server)CriteriaSearchConfiguration finderList<TaskLogEntity>findAllHavingTasqueByServer(String server)Operation findAllHavingTasqueByServerList<TaskLogEntity>findAllHavingTasqueByServerAndServerInstance(CriteriaSearchConfiguration criteria, String server, String serverInstance)CriteriaSearchConfiguration finderList<TaskLogEntity>findAllHavingTasqueByServerAndServerInstance(String server, String serverInstance)Operation findAllHavingTasqueByServerAndServerInstanceList<TaskLogEntity>findByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String system)CriteriaSearchConfiguration finderList<TaskLogEntity>findByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String serverInstance, String system)CriteriaSearchConfiguration finderList<TaskLogEntity>findByServerAndSystem(String server, String system)Operation findByServerAndSystemList<TaskLogEntity>findByServerAndSystem(String server, String serverInstance, String system)Operation findByServerAndSystemList<TaskLogEntity>findBySystem(CriteriaSearchConfiguration criteria, String system)CriteriaSearchConfiguration finderList<TaskLogEntity>findBySystem(String system)Operation findBySystemList<TaskLogEntity>findByTaskID(CriteriaSearchConfiguration criteria, Long taskId)CriteriaSearchConfiguration finderList<TaskLogEntity>findByTaskID(Long taskId)Operation findByTaskIDTaskLogEntityload(Long id)Loads an instance ofTaskLogEntityfrom the persistent store.List<TaskLogEntity>loadAll()Loads all instances ofTaskLogEntityfrom the persistent store.TaskLogEntitynewTaskLogEntity()Creates an instance ofTaskLogEntity.List<TaskLogEntity>query(String query, Parameter[] parameters)Query ofTaskLogEntityfrom the persistent store.List<TaskLogEntity>query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofTaskLogEntityfrom the persistent store.voidremove(TaskLogEntity entity)Removes an instance ofTaskLogEntityfrom the persistent store.voidremove(Long id)Removes an instance ofTaskLogEntityfrom the persistent store.voidremove(Collection<? extends TaskLogEntity> entities)Removes a collection ofTaskLogEntityfrom the persistent store.voidupdate(TaskLogEntity entity)Updates an instance ofTaskLogEntityat the persistent store.voidupdate(Collection<? extends TaskLogEntity> entities)Updates a collection ofTaskLogEntityin the persistent store.
-
-
-
Method Detail
-
countTasksByServerAndSystem
Collection<Object[]> countTasksByServerAndSystem(String server)
Operation countTasksByServerAndSystem- Parameters:
server-- Returns:
-
countTasksByServerAndSystem
Collection<Object[]> countTasksByServerAndSystem(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration finder
-
countTasksByServerAndSystem
Collection<Object[]> countTasksByServerAndSystem(String server, String serverInstance)
Operation countTasksByServerAndSystem- Parameters:
server-serverInstance-- Returns:
-
countTasksByServerAndSystem
Collection<Object[]> countTasksByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String serverInstance)
CriteriaSearchConfiguration finder
-
countTasksBySystem
Collection<Object[]> countTasksBySystem()
Operation countTasksBySystem- Returns:
-
countTasksBySystem
Collection<Object[]> countTasksBySystem(CriteriaSearchConfiguration criteria)
CriteriaSearchConfiguration finder
-
findAllHavingTasqueByAgentAndServer
List<TaskLogEntity> findAllHavingTasqueByAgentAndServer(String server, String system, String status)
Operation findAllHavingTasqueByAgentAndServer- Parameters:
server-system-status-- Returns:
-
findAllHavingTasqueByAgentAndServer
List<TaskLogEntity> findAllHavingTasqueByAgentAndServer(CriteriaSearchConfiguration criteria, String server, String system, String status)
CriteriaSearchConfiguration finder
-
findAllHavingTasqueByServer
List<TaskLogEntity> findAllHavingTasqueByServer(String server)
Operation findAllHavingTasqueByServer- Parameters:
server-- Returns:
-
findAllHavingTasqueByServer
List<TaskLogEntity> findAllHavingTasqueByServer(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration finder
-
findAllHavingTasqueByServerAndServerInstance
List<TaskLogEntity> findAllHavingTasqueByServerAndServerInstance(String server, String serverInstance)
Operation findAllHavingTasqueByServerAndServerInstance- Parameters:
server-serverInstance-- Returns:
-
findAllHavingTasqueByServerAndServerInstance
List<TaskLogEntity> findAllHavingTasqueByServerAndServerInstance(CriteriaSearchConfiguration criteria, String server, String serverInstance)
CriteriaSearchConfiguration finder
-
findByTaskID
List<TaskLogEntity> findByTaskID(Long taskId)
Operation findByTaskID- Parameters:
taskId-- Returns:
-
findByTaskID
List<TaskLogEntity> findByTaskID(CriteriaSearchConfiguration criteria, Long taskId)
CriteriaSearchConfiguration finder
-
findByServerAndSystem
List<TaskLogEntity> findByServerAndSystem(String server, String system)
Operation findByServerAndSystem- Parameters:
server-system-- Returns:
-
findByServerAndSystem
List<TaskLogEntity> findByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String system)
CriteriaSearchConfiguration finder
-
findByServerAndSystem
List<TaskLogEntity> findByServerAndSystem(String server, String serverInstance, String system)
Operation findByServerAndSystem- Parameters:
server-serverInstance-system-- Returns:
-
findByServerAndSystem
List<TaskLogEntity> findByServerAndSystem(CriteriaSearchConfiguration criteria, String server, String serverInstance, String system)
CriteriaSearchConfiguration finder
-
findBySystem
List<TaskLogEntity> findBySystem(String system)
Operation findBySystem- Parameters:
system-- Returns:
-
findBySystem
List<TaskLogEntity> findBySystem(CriteriaSearchConfiguration criteria, String system)
CriteriaSearchConfiguration finder
-
newTaskLogEntity
TaskLogEntity newTaskLogEntity()
Creates an instance ofTaskLogEntity.
-
create
void create(TaskLogEntity entity)
Adds an instance ofTaskLogEntityto the persistent store.
-
update
void update(TaskLogEntity entity)
Updates an instance ofTaskLogEntityat the persistent store.
-
remove
void remove(TaskLogEntity entity)
Removes an instance ofTaskLogEntityfrom the persistent store.
-
load
TaskLogEntity load(Long id)
Loads an instance ofTaskLogEntityfrom the persistent store.
-
loadAll
List<TaskLogEntity> loadAll()
Loads all instances ofTaskLogEntityfrom the persistent store.
-
create
void create(Collection<? extends TaskLogEntity> entities)
Creates a collection ofTaskLogEntityand adds it to the persistent store.
-
update
void update(Collection<? extends TaskLogEntity> entities)
Updates a collection ofTaskLogEntityin the persistent store.
-
remove
void remove(Collection<? extends TaskLogEntity> entities)
Removes a collection ofTaskLogEntityfrom the persistent store.
-
remove
void remove(Long id)
Removes an instance ofTaskLogEntityfrom the persistent store.
-
query
List<TaskLogEntity> query(String query, Parameter[] parameters)
Query ofTaskLogEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<TaskLogEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTaskLogEntityfrom the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-