Package com.soffid.iam.model
Interface TaskLogEntityDao
-
- All Known Implementing Classes:
TaskLogEntityDaoBase
,TaskLogEntityDaoImpl
public interface TaskLogEntityDao
DAO 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 findervoid
create(TaskLogEntity entity)
Adds an instance ofTaskLogEntity
to the persistent store.void
create(Collection<? extends TaskLogEntity> entities)
Creates a collection ofTaskLogEntity
and 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 findByTaskIDTaskLogEntity
load(Long id)
Loads an instance ofTaskLogEntity
from the persistent store.List<TaskLogEntity>
loadAll()
Loads all instances ofTaskLogEntity
from the persistent store.TaskLogEntity
newTaskLogEntity()
Creates an instance ofTaskLogEntity
.List<TaskLogEntity>
query(String query, Parameter[] parameters)
Query ofTaskLogEntity
from the persistent store.List<TaskLogEntity>
query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTaskLogEntity
from the persistent store.void
remove(TaskLogEntity entity)
Removes an instance ofTaskLogEntity
from the persistent store.void
remove(Long id)
Removes an instance ofTaskLogEntity
from the persistent store.void
remove(Collection<? extends TaskLogEntity> entities)
Removes a collection ofTaskLogEntity
from the persistent store.void
update(TaskLogEntity entity)
Updates an instance ofTaskLogEntity
at the persistent store.void
update(Collection<? extends TaskLogEntity> entities)
Updates a collection ofTaskLogEntity
in 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 ofTaskLogEntity
to the persistent store.
-
update
void update(TaskLogEntity entity)
Updates an instance ofTaskLogEntity
at the persistent store.
-
remove
void remove(TaskLogEntity entity)
Removes an instance ofTaskLogEntity
from the persistent store.
-
load
TaskLogEntity load(Long id)
Loads an instance ofTaskLogEntity
from the persistent store.
-
loadAll
List<TaskLogEntity> loadAll()
Loads all instances ofTaskLogEntity
from the persistent store.
-
create
void create(Collection<? extends TaskLogEntity> entities)
Creates a collection ofTaskLogEntity
and adds it to the persistent store.
-
update
void update(Collection<? extends TaskLogEntity> entities)
Updates a collection ofTaskLogEntity
in the persistent store.
-
remove
void remove(Collection<? extends TaskLogEntity> entities)
Removes a collection ofTaskLogEntity
from the persistent store.
-
remove
void remove(Long id)
Removes an instance ofTaskLogEntity
from the persistent store.
-
query
List<TaskLogEntity> query(String query, Parameter[] parameters)
Query ofTaskLogEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters
-
query
List<TaskLogEntity> query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTaskLogEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return
-
-