Class PartyFreeOnBoardFactory
java.lang.Object
com.echothree.model.data.shipment.server.factory.PartyFreeOnBoardFactory
- All Implemented Interfaces:
BaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
public class PartyFreeOnBoardFactory
extends Object
implements BaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) create(Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) voidcreate(Session session, Collection<PartyFreeOnBoardValue> _values) voidcreate(Collection<PartyFreeOnBoardValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> 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, PartyFreeOnBoardPK pk) getEntityFromPK(EntityPermission entityPermission, PartyFreeOnBoardPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, PartyFreeOnBoardPK 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, PartyFreeOnBoardValue value) getEntityFromValue(Session session, EntityPermission entityPermission, PartyFreeOnBoardValue value) static PartyFreeOnBoardFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, PartyFreeOnBoardPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<PartyFreeOnBoardPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, PartyFreeOnBoardPK pk) voidremove(Session session, PartyFreeOnBoard entity) voidremove(Session session, Collection<PartyFreeOnBoardPK> pks) voidvoidstore(Session session, PartyFreeOnBoard entity) voidstore(Session session, Collection<PartyFreeOnBoard> entities) voidstore(Collection<PartyFreeOnBoard> entities) booleanvalidPK(Session session, PartyFreeOnBoardPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PFOB_PARTYFREEONBOARDID
- See Also:
-
PFOB_PAR_PARTYID
- See Also:
-
PFOB_FOB_FREEONBOARDID
- See Also:
-
PFOB_FROMTIME
- See Also:
-
PFOB_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyFreeOnBoardPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyFreeOnBoardPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyFreeOnBoardValue> getValuesFromPKs(Session session, Collection<PartyFreeOnBoardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyFreeOnBoardValue getValueFromPK(Session session, PartyFreeOnBoardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyFreeOnBoardValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyFreeOnBoardValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyFreeOnBoard> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyFreeOnBoard> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyFreeOnBoardPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyFreeOnBoard getEntityFromValue(EntityPermission entityPermission, PartyFreeOnBoardValue value) -
getEntityFromValue
public PartyFreeOnBoard getEntityFromValue(Session session, EntityPermission entityPermission, PartyFreeOnBoardValue value) -
getEntityFromPK
public PartyFreeOnBoard getEntityFromPK(EntityPermission entityPermission, PartyFreeOnBoardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PartyFreeOnBoard getEntityFromPK(Session session, EntityPermission entityPermission, PartyFreeOnBoardPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyFreeOnBoardPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyFreeOnBoardPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyFreeOnBoardPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyFreeOnBoard> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyFreeOnBoard getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyFreeOnBoard> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyFreeOnBoard> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyFreeOnBoard getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyFreeOnBoard getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyFreeOnBoard create(Session session, Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyFreeOnBoard create(Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyFreeOnBoard create(Session session, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyFreeOnBoard create(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyFreeOnBoardValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyFreeOnBoardValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyFreeOnBoard> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyFreeOnBoardPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<PartyFreeOnBoardPK,PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-