Class FreeOnBoardDetailFactory
java.lang.Object
com.echothree.model.data.shipment.server.factory.FreeOnBoardDetailFactory
- All Implemented Interfaces:
BaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
public class FreeOnBoardDetailFactory
extends Object
implements BaseFactory<FreeOnBoardDetailPK,FreeOnBoardDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<FreeOnBoardDetailValue> _values) void
create
(Collection<FreeOnBoardDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> 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, FreeOnBoardDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, FreeOnBoardDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, FreeOnBoardDetailPK 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, FreeOnBoardDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, FreeOnBoardDetailValue value) static FreeOnBoardDetailFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, FreeOnBoardDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<FreeOnBoardDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, FreeOnBoardDetailPK pk) void
remove
(Session session, FreeOnBoardDetail entity) void
remove
(Session session, Collection<FreeOnBoardDetailPK> pks) void
void
store
(Session session, FreeOnBoardDetail entity) void
store
(Session session, Collection<FreeOnBoardDetail> entities) void
store
(Collection<FreeOnBoardDetail> entities) boolean
validPK
(Session session, FreeOnBoardDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
FOBDT_FREEONBOARDDETAILID
- See Also:
-
FOBDT_FOB_FREEONBOARDID
- See Also:
-
FOBDT_FREEONBOARDNAME
- See Also:
-
FOBDT_ISDEFAULT
- See Also:
-
FOBDT_SORTORDER
- See Also:
-
FOBDT_FROMTIME
- See Also:
-
FOBDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<FreeOnBoardDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<FreeOnBoardDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<FreeOnBoardDetailValue> getValuesFromPKs(Session session, Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public FreeOnBoardDetailValue getValueFromPK(Session session, FreeOnBoardDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<FreeOnBoardDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public FreeOnBoardDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<FreeOnBoardDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public FreeOnBoardDetail getEntityFromValue(EntityPermission entityPermission, FreeOnBoardDetailValue value) -
getEntityFromValue
public FreeOnBoardDetail getEntityFromValue(Session session, EntityPermission entityPermission, FreeOnBoardDetailValue value) -
getEntityFromPK
public FreeOnBoardDetail getEntityFromPK(EntityPermission entityPermission, FreeOnBoardDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public FreeOnBoardDetail getEntityFromPK(Session session, EntityPermission entityPermission, FreeOnBoardDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<FreeOnBoardDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<FreeOnBoardDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public FreeOnBoardDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<FreeOnBoardDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public FreeOnBoardDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<FreeOnBoardDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public FreeOnBoardDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public FreeOnBoardDetail create(Session session, FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDetail create(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDetail create(Session session, FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public FreeOnBoardDetail create(FreeOnBoardPK freeOnBoardPK, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<FreeOnBoardDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<FreeOnBoardDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<FreeOnBoardDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<FreeOnBoardDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPK
in interfaceBaseFactory<FreeOnBoardDetailPK,
FreeOnBoardDetail> - Throws:
PersistenceDatabaseException
-