Uses of Class
com.echothree.model.data.content.common.pk.ContentCollectionDetailPK
Packages that use ContentCollectionDetailPK
Package
Description
-
Uses of ContentCollectionDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollection.getActiveDetailPK()ContentCollection.getLastDetailPK()ContentCollectionDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionDetailPKModifier and TypeMethodDescriptionvoidContentCollection.setActiveDetailPK(ContentCollectionDetailPK activeDetailPK) voidContentCollection.setLastDetailPK(ContentCollectionDetailPK lastDetailPK) -
Uses of ContentCollectionDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollectionDetailFactory.getNextPK()ContentCollectionDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCollectionDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollectionDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCollectionDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCollectionDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCollectionDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollectionFactory.create(ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) ContentCollectionFactory.create(Session session, ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) ContentCollectionDetailFactory.getEntityFromCache(Session session, ContentCollectionDetailPK pk) ContentCollectionDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionDetailPK pk) ContentCollectionDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCollectionDetailPK pk) ContentCollectionDetailFactory.getValueFromPK(Session session, ContentCollectionDetailPK pk) voidContentCollectionDetailFactory.remove(Session session, ContentCollectionDetailPK pk) booleanContentCollectionDetailFactory.validPK(Session session, ContentCollectionDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollectionDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionDetailPK> pks) ContentCollectionDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCollectionDetailPK> pks) ContentCollectionDetailFactory.getValuesFromPKs(Session session, Collection<ContentCollectionDetailPK> pks) voidContentCollectionDetailFactory.remove(Session session, Collection<ContentCollectionDetailPK> pks) voidContentCollectionDetailFactory.remove(Collection<ContentCollectionDetailPK> pks) -
Uses of ContentCollectionDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCollectionDetailPKModifier and TypeMethodDescriptionContentCollectionValue.getActiveDetailPK()ContentCollectionValue.getLastDetailPK()ContentCollectionDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentCollectionDetailPKModifier and TypeMethodDescriptionvoidContentCollectionValue.setActiveDetailPK(ContentCollectionDetailPK activeDetailPK) voidContentCollectionValue.setLastDetailPK(ContentCollectionDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCollectionDetailPKModifierConstructorDescriptionContentCollectionDetailValue(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionValue(ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) Creates a new instance of ContentCollectionValueContentCollectionValue(ContentCollectionPK contentCollectionPK, ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) Creates a new instance of ContentCollectionValue