Class ShippingMethodDetailFactory
java.lang.Object
com.echothree.model.data.shipping.server.factory.ShippingMethodDetailFactory
- All Implemented Interfaces:
BaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
public class ShippingMethodDetailFactory
extends Object
implements BaseFactory<ShippingMethodDetailPK,ShippingMethodDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) create
(ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<ShippingMethodDetailValue> _values) void
create
(Collection<ShippingMethodDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShippingMethodDetailPK> 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, ShippingMethodDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, ShippingMethodDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, ShippingMethodDetailPK 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, ShippingMethodDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, ShippingMethodDetailValue value) static ShippingMethodDetailFactory
getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, ShippingMethodDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<ShippingMethodDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, ShippingMethodDetailPK pk) void
remove
(Session session, ShippingMethodDetail entity) void
remove
(Session session, Collection<ShippingMethodDetailPK> pks) void
void
store
(Session session, ShippingMethodDetail entity) void
store
(Session session, Collection<ShippingMethodDetail> entities) void
store
(Collection<ShippingMethodDetail> entities) boolean
validPK
(Session session, ShippingMethodDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
SHMDT_SHIPPINGMETHODDETAILID
- See Also:
-
SHMDT_SHM_SHIPPINGMETHODID
- See Also:
-
SHMDT_SHIPPINGMETHODNAME
- See Also:
-
SHMDT_GEOCODESELECTORID
- See Also:
-
SHMDT_ITEMSELECTORID
- See Also:
-
SHMDT_SORTORDER
- See Also:
-
SHMDT_FROMTIME
- See Also:
-
SHMDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ShippingMethodDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ShippingMethodDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ShippingMethodDetailValue> getValuesFromPKs(Session session, Collection<ShippingMethodDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ShippingMethodDetailValue getValueFromPK(Session session, ShippingMethodDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ShippingMethodDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ShippingMethodDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ShippingMethodDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ShippingMethodDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ShippingMethodDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ShippingMethodDetail getEntityFromValue(EntityPermission entityPermission, ShippingMethodDetailValue value) -
getEntityFromValue
public ShippingMethodDetail getEntityFromValue(Session session, EntityPermission entityPermission, ShippingMethodDetailValue value) -
getEntityFromPK
public ShippingMethodDetail getEntityFromPK(EntityPermission entityPermission, ShippingMethodDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ShippingMethodDetail getEntityFromPK(Session session, EntityPermission entityPermission, ShippingMethodDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ShippingMethodDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ShippingMethodDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ShippingMethodDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ShippingMethodDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ShippingMethodDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ShippingMethodDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ShippingMethodDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ShippingMethodDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ShippingMethodDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ShippingMethodDetail create(Session session, ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ShippingMethodDetail create(ShippingMethod shippingMethod, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ShippingMethodDetail create(Session session, ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ShippingMethodDetail create(ShippingMethodPK shippingMethodPK, String shippingMethodName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ShippingMethodDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ShippingMethodDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
store
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ShippingMethodDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, ShippingMethodDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ShippingMethodDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ShippingMethodDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<ShippingMethodDetailPK,
ShippingMethodDetail> - Throws:
PersistenceDatabaseException
-