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) void
create
(Session session, Collection<PartyFreeOnBoardValue> _values) void
create
(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 PartyFreeOnBoardFactory
getPKFromQuery
(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) void
remove
(Session session, PartyFreeOnBoardPK pk) void
remove
(Session session, PartyFreeOnBoard entity) void
remove
(Session session, Collection<PartyFreeOnBoardPK> pks) void
void
store
(Session session, PartyFreeOnBoard entity) void
store
(Session session, Collection<PartyFreeOnBoard> entities) void
store
(Collection<PartyFreeOnBoard> entities) boolean
validPK
(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:
getPKColumn
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in 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:
store
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyFreeOnBoard> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyFreeOnBoardPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<PartyFreeOnBoardPK,
PartyFreeOnBoard> - Throws:
PersistenceDatabaseException
-