Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountClassDetailPK
Packages that use GlAccountClassDetailPK
Package
Description
-
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClass.getActiveDetailPK()
GlAccountClass.getLastDetailPK()
GlAccountClassDetail.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionvoid
GlAccountClass.setActiveDetailPK
(GlAccountClassDetailPK activeDetailPK) void
GlAccountClass.setLastDetailPK
(GlAccountClassDetailPK lastDetailPK) -
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getNextPK()
GlAccountClassDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GlAccountClassDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) GlAccountClassDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassFactory.create
(GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) GlAccountClassFactory.create
(Session session, GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) GlAccountClassDetailFactory.getEntityFromCache
(Session session, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountClassDetailPK pk) GlAccountClassDetailFactory.getValueFromPK
(Session session, GlAccountClassDetailPK pk) void
GlAccountClassDetailFactory.remove
(Session session, GlAccountClassDetailPK pk) boolean
GlAccountClassDetailFactory.validPK
(Session session, GlAccountClassDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) GlAccountClassDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountClassDetailPK> pks) GlAccountClassDetailFactory.getValuesFromPKs
(Session session, Collection<GlAccountClassDetailPK> pks) void
GlAccountClassDetailFactory.remove
(Session session, Collection<GlAccountClassDetailPK> pks) void
GlAccountClassDetailFactory.remove
(Collection<GlAccountClassDetailPK> pks) -
Uses of GlAccountClassDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassDetailPKModifier and TypeMethodDescriptionGlAccountClassValue.getActiveDetailPK()
GlAccountClassValue.getLastDetailPK()
GlAccountClassDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDetailPKModifier and TypeMethodDescriptionvoid
GlAccountClassValue.setActiveDetailPK
(GlAccountClassDetailPK activeDetailPK) void
GlAccountClassValue.setLastDetailPK
(GlAccountClassDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassDetailPKModifierConstructorDescriptionGlAccountClassDetailValue
(GlAccountClassDetailPK glAccountClassDetailPK, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValueGlAccountClassValue
(GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) Creates a new instance of GlAccountClassValueGlAccountClassValue
(GlAccountClassPK glAccountClassPK, GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) Creates a new instance of GlAccountClassValue