Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountClassPK
Packages that use GlAccountClassPK
Package
Description
-
Uses of GlAccountClassPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassDescription.getGlAccountClassPK()
GlAccountClassDetail.getGlAccountClassPK()
GlAccountDetail.getGlAccountClassPK()
GlAccountClassDetail.getParentGlAccountClassPK()
GlAccountClass.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountClassPKModifier and TypeMethodDescriptionvoid
GlAccountClassDescription.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountClassDetail.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountDetail.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountClassDetail.setParentGlAccountClassPK
(GlAccountClassPK parentGlAccountClassPK) -
Uses of GlAccountClassPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassFactory.getNextPK()
GlAccountClassFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GlAccountClassFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GlAccountClassFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GlAccountClassFactory.getPKsFromResultSetAsList
(ResultSet rs) GlAccountClassFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassDescriptionFactory.create
(GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountClassDescriptionFactory.create
(Session session, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountClassDetailFactory.create
(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountClassDetailFactory.create
(Session session, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountClassFactory.getEntityFromCache
(Session session, GlAccountClassPK pk) GlAccountClassFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountClassPK pk) GlAccountClassFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountClassPK pk) GlAccountClassFactory.getValueFromPK
(Session session, GlAccountClassPK pk) void
GlAccountClassFactory.remove
(Session session, GlAccountClassPK pk) boolean
GlAccountClassFactory.validPK
(Session session, GlAccountClassPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountClassPK> pks) GlAccountClassFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountClassPK> pks) GlAccountClassFactory.getValuesFromPKs
(Session session, Collection<GlAccountClassPK> pks) void
GlAccountClassFactory.remove
(Session session, Collection<GlAccountClassPK> pks) void
GlAccountClassFactory.remove
(Collection<GlAccountClassPK> pks) -
Uses of GlAccountClassPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountClassPKModifier and TypeMethodDescriptionGlAccountClassDescriptionValue.getGlAccountClassPK()
GlAccountClassDetailValue.getGlAccountClassPK()
GlAccountDetailValue.getGlAccountClassPK()
GlAccountClassDetailValue.getParentGlAccountClassPK()
GlAccountClassValue.getPrimaryKey()
Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassPKModifier and TypeMethodDescriptionvoid
GlAccountClassDescriptionValue.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountClassDetailValue.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountDetailValue.setGlAccountClassPK
(GlAccountClassPK glAccountClassPK) void
GlAccountClassDetailValue.setParentGlAccountClassPK
(GlAccountClassPK parentGlAccountClassPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountClassPKModifierConstructorDescriptionGlAccountClassDescriptionValue
(GlAccountClassDescriptionPK glAccountClassDescriptionPK, GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDescriptionValueGlAccountClassDescriptionValue
(GlAccountClassPK glAccountClassPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDescriptionValueGlAccountClassDetailValue
(GlAccountClassDetailPK glAccountClassDetailPK, GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValueGlAccountClassDetailValue
(GlAccountClassPK glAccountClassPK, String glAccountClassName, GlAccountClassPK parentGlAccountClassPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GlAccountClassDetailValueGlAccountClassValue
(GlAccountClassPK glAccountClassPK, GlAccountClassDetailPK activeDetailPK, GlAccountClassDetailPK lastDetailPK) Creates a new instance of GlAccountClassValueGlAccountDetailValue
(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountDetailValue
(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValue