Class ContentForumDetailFactory
java.lang.Object
com.echothree.model.data.content.server.factory.ContentForumDetailFactory
- All Implemented Interfaces:
BaseFactory<ContentForumDetailPK,
ContentForumDetail>
public class ContentForumDetailFactory
extends Object
implements BaseFactory<ContentForumDetailPK,ContentForumDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) create
(ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) create
(Session session, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) create
(Session session, ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) void
create
(Session session, Collection<ContentForumDetailValue> _values) void
create
(Collection<ContentForumDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache
(Session session, ContentForumDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, ContentForumDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ContentForumDetailPK pk) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue
(EntityPermission entityPermission, ContentForumDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ContentForumDetailValue value) static ContentForumDetailFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ContentForumDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ContentForumDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ContentForumDetailPK pk) void
remove
(Session session, ContentForumDetail entity) void
remove
(Session session, Collection<ContentForumDetailPK> pks) void
void
store
(Session session, ContentForumDetail entity) void
store
(Session session, Collection<ContentForumDetail> entities) void
store
(Collection<ContentForumDetail> entities) boolean
validPK
(Session session, ContentForumDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CNTFRMDT_CONTENTFORUMDETAILID
- See Also:
-
CNTFRMDT_CNTFRM_CONTENTFORUMID
- See Also:
-
CNTFRMDT_CNTC_CONTENTCOLLECTIONID
- See Also:
-
CNTFRMDT_FRM_FORUMID
- See Also:
-
CNTFRMDT_ISDEFAULT
- See Also:
-
CNTFRMDT_FROMTIME
- See Also:
-
CNTFRMDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContentForumDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContentForumDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContentForumDetailValue> getValuesFromPKs(Session session, Collection<ContentForumDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContentForumDetailValue getValueFromPK(Session session, ContentForumDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContentForumDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContentForumDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentForumDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContentForumDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContentForumDetail getEntityFromValue(EntityPermission entityPermission, ContentForumDetailValue value) -
getEntityFromValue
public ContentForumDetail getEntityFromValue(Session session, EntityPermission entityPermission, ContentForumDetailValue value) -
getEntityFromPK
public ContentForumDetail getEntityFromPK(EntityPermission entityPermission, ContentForumDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContentForumDetail getEntityFromPK(Session session, EntityPermission entityPermission, ContentForumDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContentForumDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContentForumDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContentForumDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContentForumDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContentForumDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentForumDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContentForumDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentForumDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContentForumDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContentForumDetail create(Session session, ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentForumDetail create(ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentForumDetail create(Session session, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContentForumDetail create(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContentForumDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContentForumDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContentForumDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContentForumDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContentForumDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ContentForumDetailPK,
ContentForumDetail> - Throws:
PersistenceDatabaseException
-