Uses of Class
com.echothree.model.data.security.common.pk.SecurityRoleGroupDetailPK
Packages that use SecurityRoleGroupDetailPK
Package
Description
-
Uses of SecurityRoleGroupDetailPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroup.getActiveDetailPK()SecurityRoleGroup.getLastDetailPK()SecurityRoleGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionvoidSecurityRoleGroup.setActiveDetailPK(SecurityRoleGroupDetailPK activeDetailPK) voidSecurityRoleGroup.setLastDetailPK(SecurityRoleGroupDetailPK lastDetailPK) -
Uses of SecurityRoleGroupDetailPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getNextPK()SecurityRoleGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) SecurityRoleGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SecurityRoleGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SecurityRoleGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) SecurityRoleGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroupFactory.create(SecurityRoleGroupDetailPK activeDetailPK, SecurityRoleGroupDetailPK lastDetailPK) SecurityRoleGroupFactory.create(Session session, SecurityRoleGroupDetailPK activeDetailPK, SecurityRoleGroupDetailPK lastDetailPK) SecurityRoleGroupDetailFactory.getEntityFromCache(Session session, SecurityRoleGroupDetailPK pk) SecurityRoleGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, SecurityRoleGroupDetailPK pk) SecurityRoleGroupDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, SecurityRoleGroupDetailPK pk) SecurityRoleGroupDetailFactory.getValueFromPK(Session session, SecurityRoleGroupDetailPK pk) voidSecurityRoleGroupDetailFactory.remove(Session session, SecurityRoleGroupDetailPK pk) booleanSecurityRoleGroupDetailFactory.validPK(Session session, SecurityRoleGroupDetailPK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SecurityRoleGroupDetailPK> pks) SecurityRoleGroupDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<SecurityRoleGroupDetailPK> pks) SecurityRoleGroupDetailFactory.getValuesFromPKs(Session session, Collection<SecurityRoleGroupDetailPK> pks) voidSecurityRoleGroupDetailFactory.remove(Session session, Collection<SecurityRoleGroupDetailPK> pks) voidSecurityRoleGroupDetailFactory.remove(Collection<SecurityRoleGroupDetailPK> pks) -
Uses of SecurityRoleGroupDetailPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionSecurityRoleGroupValue.getActiveDetailPK()SecurityRoleGroupValue.getLastDetailPK()SecurityRoleGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.security.server.value with parameters of type SecurityRoleGroupDetailPKModifier and TypeMethodDescriptionvoidSecurityRoleGroupValue.setActiveDetailPK(SecurityRoleGroupDetailPK activeDetailPK) voidSecurityRoleGroupValue.setLastDetailPK(SecurityRoleGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.security.server.value with parameters of type SecurityRoleGroupDetailPKModifierConstructorDescriptionSecurityRoleGroupDetailValue(SecurityRoleGroupDetailPK securityRoleGroupDetailPK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDetailValueSecurityRoleGroupValue(SecurityRoleGroupDetailPK activeDetailPK, SecurityRoleGroupDetailPK lastDetailPK) Creates a new instance of SecurityRoleGroupValueSecurityRoleGroupValue(SecurityRoleGroupPK securityRoleGroupPK, SecurityRoleGroupDetailPK activeDetailPK, SecurityRoleGroupDetailPK lastDetailPK) Creates a new instance of SecurityRoleGroupValue