Class FreeOnBoardDescriptionFactory
java.lang.Object
com.echothree.model.data.shipment.server.factory.FreeOnBoardDescriptionFactory
- All Implemented Interfaces:
BaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
public class FreeOnBoardDescriptionFactory
extends Object
implements BaseFactory<FreeOnBoardDescriptionPK,FreeOnBoardDescription>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) create
(Session session, FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) create
(Session session, FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) void
create
(Session session, Collection<FreeOnBoardDescriptionValue> _values) void
create
(Collection<FreeOnBoardDescriptionValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> 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, FreeOnBoardDescriptionPK pk) getEntityFromPK
(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionPK 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, FreeOnBoardDescriptionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, FreeOnBoardDescriptionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<FreeOnBoardDescriptionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, FreeOnBoardDescriptionPK pk) void
remove
(Session session, FreeOnBoardDescription entity) void
remove
(Session session, Collection<FreeOnBoardDescriptionPK> pks) void
void
store
(Session session, FreeOnBoardDescription entity) void
store
(Session session, Collection<FreeOnBoardDescription> entities) void
store
(Collection<FreeOnBoardDescription> entities) boolean
validPK
(Session session, FreeOnBoardDescriptionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
FOBD_FREEONBOARDDESCRIPTIONID
- See Also:
-
FOBD_FOB_FREEONBOARDID
- See Also:
-
FOBD_LANG_LANGUAGEID
- See Also:
-
FOBD_DESCRIPTION
- See Also:
-
FOBD_FROMTIME
- See Also:
-
FOBD_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FreeOnBoardDescriptionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FreeOnBoardDescriptionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public FreeOnBoardDescriptionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FreeOnBoardDescriptionValue> getValuesFromPKs(Session session, Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FreeOnBoardDescriptionValue getValueFromPK(Session session, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FreeOnBoardDescriptionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FreeOnBoardDescriptionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDescription> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDescription> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FreeOnBoardDescription getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDescriptionValue value) -
getEntityFromValue
public FreeOnBoardDescription getEntityFromValue(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionValue value) -
getEntityFromPK
public FreeOnBoardDescription getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public FreeOnBoardDescription getEntityFromPK(Session session, EntityPermission entityPermission, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FreeOnBoardDescriptionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FreeOnBoardDescriptionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FreeOnBoardDescriptionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDescription> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDescription getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDescription> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDescription> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDescription getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDescription getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FreeOnBoardDescription create(Session session, FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDescription create(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDescription create(Session session, FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDescription create(FreeOnBoardPK freeOnBoardPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<FreeOnBoardDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FreeOnBoardDescriptionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, FreeOnBoardDescription entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<FreeOnBoardDescription> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, FreeOnBoardDescription entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<FreeOnBoardDescriptionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, FreeOnBoardDescriptionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<FreeOnBoardDescriptionPK,
FreeOnBoardDescription> - Throws:
PersistenceDatabaseException
-