Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class OrgLaborImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<OrgLabor>
      extended by com.liferay.portal.model.impl.OrgLaborModelImpl
          extended by com.liferay.portal.model.impl.OrgLaborBaseImpl
              extended by com.liferay.portal.model.impl.OrgLaborImpl
All Implemented Interfaces:
BaseModel<OrgLabor>, ClassedModel, OrgLabor, OrgLaborModel, PersistedModel, Serializable, Cloneable, Comparable<OrgLabor>

public class OrgLaborImpl
extends OrgLaborBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.OrgLaborModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, ORGANIZATIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
OrgLaborImpl()
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from class com.liferay.portal.model.impl.OrgLaborBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.OrgLaborModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getFriClose, getFriOpen, getModelAttributes, getModelClass, getModelClassName, getMonClose, getMonOpen, getOrganizationId, getOrgLaborId, getOriginalOrganizationId, getPrimaryKey, getPrimaryKeyObj, getSatClose, getSatOpen, getSunClose, getSunOpen, getThuClose, getThuOpen, getTueClose, getTueOpen, getTypeId, getWedClose, getWedOpen, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setFriClose, setFriOpen, setModelAttributes, setMonClose, setMonOpen, setOrganizationId, setOrgLaborId, setPrimaryKey, setPrimaryKeyObj, setSatClose, setSatOpen, setSunClose, setSunOpen, setThuClose, setThuOpen, setTueClose, setTueOpen, setTypeId, setWedClose, setWedOpen, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.OrgLaborModel
clone, compareTo, getExpandoBridge, getFriClose, getFriOpen, getMonClose, getMonOpen, getOrganizationId, getOrgLaborId, getPrimaryKey, getPrimaryKeyObj, getSatClose, getSatOpen, getSunClose, getSunOpen, getThuClose, getThuOpen, getTueClose, getTueOpen, getTypeId, getWedClose, getWedOpen, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setFriClose, setFriOpen, setMonClose, setMonOpen, setNew, setOrganizationId, setOrgLaborId, setPrimaryKey, setPrimaryKeyObj, setSatClose, setSatOpen, setSunClose, setSunOpen, setThuClose, setThuOpen, setTueClose, setTueOpen, setTypeId, setWedClose, setWedOpen, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

OrgLaborImpl

public OrgLaborImpl()
Method Detail

getType

public ListType getType()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3