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 classScheduledTaskLogEntityImplEntity ScheduledTaskLogEntity implementationMethods in com.soffid.iam.model that return ScheduledTaskLogEntity Modifier and Type Method Description ScheduledTaskLogEntityScheduledTaskLogEntityDao. load(Long id)Loads an instance ofScheduledTaskLogEntityfrom the persistent store.ScheduledTaskLogEntityScheduledTaskLogEntityDaoBase. load(Long id)Loads an instance ofScheduledTaskLogEntityfrom the persistent store.ScheduledTaskLogEntityScheduledTaskLogEntityDao. newScheduledTaskLogEntity()Creates an instance ofScheduledTaskLogEntity.ScheduledTaskLogEntityScheduledTaskLogEntityDaoBase. newScheduledTaskLogEntity()Creates an instance ofScheduledTaskLogEntity.ScheduledTaskLogEntityScheduledTaskLogEntityDao. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)Transforms fromScheduledTaskLogobjectScheduledTaskLogEntityScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog instance)Transforms fromScheduledTaskLogobjectMethods 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 ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDaoBase. loadAll()Loads all instances ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDao. query(String query, Parameter[] parameters)Query ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofScheduledTaskLogEntityfrom the persistent store.List<ScheduledTaskLogEntity>ScheduledTaskLogEntityDao. scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)Transforms fromScheduledTaskLoglistList<ScheduledTaskLogEntity>ScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntityList(Collection<com.soffid.iam.api.ScheduledTaskLog> instances)Transforms fromScheduledTaskLoglistMethods in com.soffid.iam.model with parameters of type ScheduledTaskLogEntity Modifier and Type Method Description voidScheduledTaskLogEntityDao. create(ScheduledTaskLogEntity entity)Adds an instance ofScheduledTaskLogEntityto the persistent store.voidScheduledTaskLogEntityDaoBase. create(ScheduledTaskLogEntity entity)Adds an instance ofScheduledTaskLogEntityto the persistent store.voidScheduledTaskLogEntityDao. remove(ScheduledTaskLogEntity entity)Removes an instance ofScheduledTaskLogEntityfrom the persistent store.voidScheduledTaskLogEntityDaoBase. remove(ScheduledTaskLogEntity entity)Removes an instance ofScheduledTaskLogEntityfrom the persistent store.voidScheduledTaskLogEntityDao. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)Copy data fromScheduledTaskLogobjectvoidScheduledTaskLogEntityDaoBase. scheduledTaskLogToEntity(com.soffid.iam.api.ScheduledTaskLog source, ScheduledTaskLogEntity target, boolean copyIfNull)Copy data fromScheduledTaskLogobjectcom.soffid.iam.api.ScheduledTaskLogScheduledTaskLogEntityDao. toScheduledTaskLog(ScheduledTaskLogEntity entity)Transforms toScheduledTaskLogobjectvoidScheduledTaskLogEntityDao. toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)Copy data toScheduledTaskLogobjectcom.soffid.iam.api.ScheduledTaskLogScheduledTaskLogEntityDaoBase. toScheduledTaskLog(ScheduledTaskLogEntity entity)Transforms toScheduledTaskLogobjectvoidScheduledTaskLogEntityDaoBase. toScheduledTaskLog(ScheduledTaskLogEntity source, com.soffid.iam.api.ScheduledTaskLog target)Copy data toScheduledTaskLogobjectvoidScheduledTaskLogEntityDao. update(ScheduledTaskLogEntity entity)Updates an instance ofScheduledTaskLogEntityat the persistent store.voidScheduledTaskLogEntityDaoBase. update(ScheduledTaskLogEntity entity)Updates an instance ofScheduledTaskLogEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ScheduledTaskLogEntity Modifier and Type Method Description voidScheduledTaskLogEntityDao. create(Collection<? extends ScheduledTaskLogEntity> entities)Creates a collection ofScheduledTaskLogEntityand adds it to the persistent store.voidScheduledTaskLogEntityDaoBase. create(Collection<? extends ScheduledTaskLogEntity> entities)Creates a collection ofScheduledTaskLogEntityand adds it to the persistent store.voidScheduledTaskLogEntityDao. remove(Collection<? extends ScheduledTaskLogEntity> entities)Removes a collection ofScheduledTaskLogEntityfrom the persistent store.voidScheduledTaskLogEntityDaoBase. remove(Collection<? extends ScheduledTaskLogEntity> entities)Removes a collection ofScheduledTaskLogEntityfrom the persistent store.voidScheduledTaskEntity. setLogs(Collection<ScheduledTaskLogEntity> logs)Sets value for attribute logsList<com.soffid.iam.api.ScheduledTaskLog>ScheduledTaskLogEntityDao. toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> entities)Transforms toScheduledTaskLoglistList<com.soffid.iam.api.ScheduledTaskLog>ScheduledTaskLogEntityDaoBase. toScheduledTaskLogList(Collection<ScheduledTaskLogEntity> instances)Transforms toScheduledTaskLoglistvoidScheduledTaskLogEntityDao. update(Collection<? extends ScheduledTaskLogEntity> entities)Updates a collection ofScheduledTaskLogEntityin the persistent store.voidScheduledTaskLogEntityDaoBase. update(Collection<? extends ScheduledTaskLogEntity> entities)Updates a collection ofScheduledTaskLogEntityin the persistent store.
-