Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountCategoryDetailPK
Packages that use GlAccountCategoryDetailPK
Package
Description
-
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategory.getActiveDetailPK()
GlAccountCategory.getLastDetailPK()
GlAccountCategoryDetail.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionvoid
GlAccountCategory.setActiveDetailPK
(GlAccountCategoryDetailPK activeDetailPK) void
GlAccountCategory.setLastDetailPK
(GlAccountCategoryDetailPK lastDetailPK) -
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getNextPK()
GlAccountCategoryDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GlAccountCategoryDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) GlAccountCategoryDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryFactory.create
(GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) GlAccountCategoryFactory.create
(Session session, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) GlAccountCategoryDetailFactory.getEntityFromCache
(Session session, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountCategoryDetailPK pk) GlAccountCategoryDetailFactory.getValueFromPK
(Session session, GlAccountCategoryDetailPK pk) void
GlAccountCategoryDetailFactory.remove
(Session session, GlAccountCategoryDetailPK pk) boolean
GlAccountCategoryDetailFactory.validPK
(Session session, GlAccountCategoryDetailPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountCategoryDetailPK> pks) GlAccountCategoryDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountCategoryDetailPK> pks) GlAccountCategoryDetailFactory.getValuesFromPKs
(Session session, Collection<GlAccountCategoryDetailPK> pks) void
GlAccountCategoryDetailFactory.remove
(Session session, Collection<GlAccountCategoryDetailPK> pks) void
GlAccountCategoryDetailFactory.remove
(Collection<GlAccountCategoryDetailPK> pks) -
Uses of GlAccountCategoryDetailPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountCategoryDetailPKModifier and TypeMethodDescriptionGlAccountCategoryValue.getActiveDetailPK()
GlAccountCategoryValue.getLastDetailPK()
GlAccountCategoryDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDetailPKModifier and TypeMethodDescriptionvoid
GlAccountCategoryValue.setActiveDetailPK
(GlAccountCategoryDetailPK activeDetailPK) void
GlAccountCategoryValue.setLastDetailPK
(GlAccountCategoryDetailPK lastDetailPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountCategoryDetailPKModifierConstructorDescriptionGlAccountCategoryDetailValue
(GlAccountCategoryDetailPK glAccountCategoryDetailPK, GlAccountCategoryPK glAccountCategoryPK, String glAccountCategoryName, GlAccountCategoryPK parentGlAccountCategoryPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDetailValueGlAccountCategoryValue
(GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValueGlAccountCategoryValue
(GlAccountCategoryPK glAccountCategoryPK, GlAccountCategoryDetailPK activeDetailPK, GlAccountCategoryDetailPK lastDetailPK) Creates a new instance of GlAccountCategoryValue