Uses of Class
com.soffid.iam.model.ScheduledTaskLogEntity
-
Packages that use ScheduledTaskLogEntity Package Description com.soffid.iam.model -
-
Uses of ScheduledTaskLogEntity in com.soffid.iam.model
Subclasses of ScheduledTaskLogEntity in com.soffid.iam.model Modifier and Type Class Description class
ScheduledTaskLogEntityImpl
Entity ScheduledTaskLogEntity implementationMethods in com.soffid.iam.model that return ScheduledTaskLogEntity Modifier and Type Method Description ScheduledTaskLogEntity
ScheduledTaskLogEntityDao. load(Long id)
Loads an instance ofScheduledTaskLogEntity
from the persistent store.ScheduledTaskLogEntity
ScheduledTaskLogEntityDaoBase. load(Long id)
Loads an instance ofScheduledTaskLogEntity
from the persistent store.ScheduledTaskLogEntity
ScheduledTaskLogEntityDao. newScheduledTaskLogEntity()
Creates an instance ofScheduledTaskLogEntity
.ScheduledTaskLogEntity
ScheduledTaskLogEntityDaoBase. newScheduledTaskLogEntity()
Creates an instance ofScheduledTaskLogEntity
.ScheduledTaskLogEntity
ScheduledTaskLogEntityDao. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)
Transforms fromScheduledTaskLog
objectScheduledTaskLogEntity
ScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)
Transforms fromScheduledTaskLog
objectMethods in com.soffid.iam.model that return types with arguments of type ScheduledTaskLogEntity Modifier and Type Method Description Collection<ScheduledTaskLogEntity>
ScheduledTaskEntity. getLogs()
Gets value for attribute logsList<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDao. loadAll()
Loads all instances ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDaoBase. loadAll()
Loads all instances ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDao. query(String query, Parameter[] parameters)
Query ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofScheduledTaskLogEntity
from the persistent store.List<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDao. scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)
Transforms fromScheduledTaskLog
listList<ScheduledTaskLogEntity>
ScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)
Transforms fromScheduledTaskLog
listMethods in com.soffid.iam.model with parameters of type ScheduledTaskLogEntity Modifier and Type Method Description void
ScheduledTaskLogEntityDao. create(ScheduledTaskLogEntity entity)
Adds an instance ofScheduledTaskLogEntity
to the persistent store.void
ScheduledTaskLogEntityDaoBase. create(ScheduledTaskLogEntity entity)
Adds an instance ofScheduledTaskLogEntity
to the persistent store.void
ScheduledTaskLogEntityDao. remove(ScheduledTaskLogEntity entity)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.void
ScheduledTaskLogEntityDaoBase. remove(ScheduledTaskLogEntity entity)
Removes an instance ofScheduledTaskLogEntity
from the persistent store.void
ScheduledTaskLogEntityDao. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)
Copy data fromScheduledTaskLog
objectvoid
ScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)
Copy data fromScheduledTaskLog
objectcom.soffid.iam.api.ScheduledTaskLog
ScheduledTaskLogEntityDao. toScheduledTaskLog(ScheduledTaskLogEntity entity)
Transforms toScheduledTaskLog
objectvoid
ScheduledTaskLogEntityDao. toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)
Copy data toScheduledTaskLog
objectcom.soffid.iam.api.ScheduledTaskLog
ScheduledTaskLogEntityDaoBase. toScheduledTaskLog(ScheduledTaskLogEntity entity)
Transforms toScheduledTaskLog
objectvoid
ScheduledTaskLogEntityDaoBase. toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)
Copy data toScheduledTaskLog
objectvoid
ScheduledTaskLogEntityDao. update(ScheduledTaskLogEntity entity)
Updates an instance ofScheduledTaskLogEntity
at the persistent store.void
ScheduledTaskLogEntityDaoBase. update(ScheduledTaskLogEntity entity)
Updates an instance ofScheduledTaskLogEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ScheduledTaskLogEntity Modifier and Type Method Description void
ScheduledTaskLogEntityDao. create(Collection<? extends ScheduledTaskLogEntity> entities)
Creates a collection ofScheduledTaskLogEntity
and adds it to the persistent store.void
ScheduledTaskLogEntityDaoBase. create(Collection<? extends ScheduledTaskLogEntity> entities)
Creates a collection ofScheduledTaskLogEntity
and adds it to the persistent store.void
ScheduledTaskLogEntityDao. remove(Collection<? extends ScheduledTaskLogEntity> entities)
Removes a collection ofScheduledTaskLogEntity
from the persistent store.void
ScheduledTaskLogEntityDaoBase. remove(Collection<? extends ScheduledTaskLogEntity> entities)
Removes a collection ofScheduledTaskLogEntity
from the persistent store.void
ScheduledTaskEntity. setLogs(Collection<ScheduledTaskLogEntity> logs)
Sets value for attribute logsList<com.soffid.iam.api.ScheduledTaskLog>
ScheduledTaskLogEntityDao. toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> entities)
Transforms toScheduledTaskLog
listList<com.soffid.iam.api.ScheduledTaskLog>
ScheduledTaskLogEntityDaoBase. toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)
Transforms toScheduledTaskLog
listvoid
ScheduledTaskLogEntityDao. update(Collection<? extends ScheduledTaskLogEntity> entities)
Updates a collection ofScheduledTaskLogEntity
in the persistent store.void
ScheduledTaskLogEntityDaoBase. update(Collection<? extends ScheduledTaskLogEntity> entities)
Updates a collection ofScheduledTaskLogEntity
in the persistent store.
-