Uses of Class
com.soffid.iam.model.CustomObjectEntity
-
Packages that use CustomObjectEntity Package Description com.soffid.iam.model -
-
Uses of CustomObjectEntity in com.soffid.iam.model
Subclasses of CustomObjectEntity in com.soffid.iam.model Modifier and Type Class Description classCustomObjectEntityImplMethods in com.soffid.iam.model that return CustomObjectEntity Modifier and Type Method Description CustomObjectEntityCustomObjectEntityDao. customObjectToEntity(com.soffid.iam.api.CustomObject instance)Transforms fromCustomObjectobjectCustomObjectEntityCustomObjectEntityDaoBase. customObjectToEntity(com.soffid.iam.api.CustomObject instance)Transforms fromCustomObjectobjectCustomObjectEntityCustomObjectEntityDao. findByTypeAndName(CriteriaSearchConfiguration criteria, String objectType, String name)CriteriaSearchConfiguration finderCustomObjectEntityCustomObjectEntityDao. findByTypeAndName(String objectType, String name)Operation findByTypeAndNameCustomObjectEntityCustomObjectEntityDaoBase. findByTypeAndName(CriteriaSearchConfiguration criteria, String objectType, String name)CriteriaSearchConfiguration implementationCustomObjectEntityCustomObjectEntityDaoBase. findByTypeAndName(String queryString, CriteriaSearchConfiguration criteria, String objectType, String name)Internal implementationCustomObjectEntityCustomObjectEntityDaoBase. findByTypeAndName(String objectType, String name)Operation findByTypeAndNameCustomObjectEntityCustomObjectAttributeEntity. getCustomObject()Gets value for attribute customObjectCustomObjectEntityCustomObjectEntityDao. load(Long id)Loads an instance ofCustomObjectEntityfrom the persistent store.CustomObjectEntityCustomObjectEntityDaoBase. load(Long id)Loads an instance ofCustomObjectEntityfrom the persistent store.CustomObjectEntityCustomObjectEntityDao. newCustomObjectEntity()Creates an instance ofCustomObjectEntity.CustomObjectEntityCustomObjectEntityDaoBase. newCustomObjectEntity()Creates an instance ofCustomObjectEntity.Methods in com.soffid.iam.model that return types with arguments of type CustomObjectEntity Modifier and Type Method Description List<CustomObjectEntity>CustomObjectEntityDao. customObjectToEntityList(Collection<com.soffid.iam.api.CustomObject> instances)Transforms fromCustomObjectlistList<CustomObjectEntity>CustomObjectEntityDaoBase. customObjectToEntityList(Collection<com.soffid.iam.api.CustomObject> instances)Transforms fromCustomObjectlistCollection<CustomObjectEntity>CustomObjectEntityDao. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)CriteriaSearchConfiguration finderCollection<CustomObjectEntity>CustomObjectEntityDao. findByText(String objectType, String text)Operation findByTextCollection<CustomObjectEntity>CustomObjectEntityDaoBase. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)CriteriaSearchConfiguration implementationCollection<CustomObjectEntity>CustomObjectEntityDaoBase. findByText(String queryString, CriteriaSearchConfiguration criteria, String objectType, String text)Internal implementationCollection<CustomObjectEntity>CustomObjectEntityDaoBase. findByText(String objectType, String text)Operation findByTextCollection<CustomObjectEntity>CustomObjectEntityDaoImpl. findByText(CriteriaSearchConfiguration criteria, String objectType, String text)Collection<CustomObjectEntity>CustomObjectTypeEntity. getObjects()Gets value for attribute objectsList<CustomObjectEntity>CustomObjectEntityDao. loadAll()Loads all instances ofCustomObjectEntityfrom the persistent store.List<CustomObjectEntity>CustomObjectEntityDaoBase. loadAll()Loads all instances ofCustomObjectEntityfrom the persistent store.List<CustomObjectEntity>CustomObjectEntityDao. query(String query, Parameter[] parameters)Query ofCustomObjectEntityfrom the persistent store.List<CustomObjectEntity>CustomObjectEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofCustomObjectEntityfrom the persistent store.List<CustomObjectEntity>CustomObjectEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofCustomObjectEntityfrom the persistent store.List<CustomObjectEntity>CustomObjectEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofCustomObjectEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type CustomObjectEntity Modifier and Type Method Description voidCustomObjectEntityDao. create(CustomObjectEntity entity)Adds an instance ofCustomObjectEntityto the persistent store.voidCustomObjectEntityDaoBase. create(CustomObjectEntity entity)Adds an instance ofCustomObjectEntityto the persistent store.voidCustomObjectEntityDao. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)Copy data fromCustomObjectobjectvoidCustomObjectEntityDaoBase. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)Copy data fromCustomObjectobjectvoidCustomObjectEntityDaoImpl. customObjectToEntity(com.soffid.iam.api.CustomObject source, CustomObjectEntity target, boolean copyIfNull)voidCustomObjectEntityDao. remove(CustomObjectEntity entity)Removes an instance ofCustomObjectEntityfrom the persistent store.voidCustomObjectEntityDaoBase. remove(CustomObjectEntity entity)Removes an instance ofCustomObjectEntityfrom the persistent store.voidCustomObjectAttributeEntity. setCustomObject(CustomObjectEntity customObject)Sets value for attribute customObjectcom.soffid.iam.api.CustomObjectCustomObjectEntityDao. toCustomObject(CustomObjectEntity entity)Transforms toCustomObjectobjectvoidCustomObjectEntityDao. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)Copy data toCustomObjectobjectcom.soffid.iam.api.CustomObjectCustomObjectEntityDaoBase. toCustomObject(CustomObjectEntity entity)Transforms toCustomObjectobjectvoidCustomObjectEntityDaoBase. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)Copy data toCustomObjectobjectvoidCustomObjectEntityDaoImpl. toCustomObject(CustomObjectEntity source, com.soffid.iam.api.CustomObject target)voidCustomObjectEntityDao. update(CustomObjectEntity entity)Updates an instance ofCustomObjectEntityat the persistent store.voidCustomObjectEntityDaoBase. update(CustomObjectEntity entity)Updates an instance ofCustomObjectEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type CustomObjectEntity Modifier and Type Method Description voidCustomObjectEntityDao. create(Collection<? extends CustomObjectEntity> entities)Creates a collection ofCustomObjectEntityand adds it to the persistent store.voidCustomObjectEntityDaoBase. create(Collection<? extends CustomObjectEntity> entities)Creates a collection ofCustomObjectEntityand adds it to the persistent store.voidCustomObjectEntityDao. remove(Collection<? extends CustomObjectEntity> entities)Removes a collection ofCustomObjectEntityfrom the persistent store.voidCustomObjectEntityDaoBase. remove(Collection<? extends CustomObjectEntity> entities)Removes a collection ofCustomObjectEntityfrom the persistent store.voidCustomObjectTypeEntity. setObjects(Collection<CustomObjectEntity> objects)Sets value for attribute objectsList<com.soffid.iam.api.CustomObject>CustomObjectEntityDao. toCustomObjectList(Collection<CustomObjectEntity> entities)Transforms toCustomObjectlistList<com.soffid.iam.api.CustomObject>CustomObjectEntityDaoBase. toCustomObjectList(Collection<CustomObjectEntity> instances)Transforms toCustomObjectlistvoidCustomObjectEntityDao. update(Collection<? extends CustomObjectEntity> entities)Updates a collection ofCustomObjectEntityin the persistent store.voidCustomObjectEntityDaoBase. update(Collection<? extends CustomObjectEntity> entities)Updates a collection ofCustomObjectEntityin the persistent store.
-