|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface ExportImportConfigurationModel
The base model interface for the ExportImportConfiguration service. Represents a row in the "ExportImportConfiguration" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation ExportImportConfigurationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ExportImportConfigurationImpl.
ExportImportConfiguration,
ExportImportConfigurationImpl,
ExportImportConfigurationModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ExportImportConfiguration exportImportConfiguration)
|
long |
getCompanyId()
Returns the company ID of this export import configuration. |
Date |
getCreateDate()
Returns the create date of this export import configuration. |
String |
getDescription()
Returns the description of this export import configuration. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getExportImportConfigurationId()
Returns the export import configuration ID of this export import configuration. |
long |
getGroupId()
Returns the group ID of this export import configuration. |
Date |
getModifiedDate()
Returns the modified date of this export import configuration. |
long |
getMvccVersion()
Returns the mvcc version of this export import configuration. |
String |
getName()
Returns the name of this export import configuration. |
long |
getPrimaryKey()
Returns the primary key of this export import configuration. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getSettings()
Returns the settings of this export import configuration. |
int |
getStatus()
Returns the status of this export import configuration. |
long |
getStatusByUserId()
Returns the status by user ID of this export import configuration. |
String |
getStatusByUserName()
Returns the status by user name of this export import configuration. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this export import configuration. |
Date |
getStatusDate()
Returns the status date of this export import configuration. |
TrashEntry |
getTrashEntry()
Returns the trash entry created when this export import configuration was moved to the Recycle Bin. |
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this export import configuration. |
TrashHandler |
getTrashHandler()
Returns the trash handler for this export import configuration. |
int |
getType()
Returns the type of this export import configuration. |
long |
getUserId()
Returns the user ID of this export import configuration. |
String |
getUserName()
Returns the user name of this export import configuration. |
String |
getUserUuid()
Returns the user uuid of this export import configuration. |
int |
hashCode()
|
boolean |
isApproved()
Returns true if this export import configuration is approved. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isDenied()
Returns true if this export import configuration is denied. |
boolean |
isDraft()
Returns true if this export import configuration is a draft. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
Returns true if this export import configuration is expired. |
boolean |
isInactive()
Returns true if this export import configuration is inactive. |
boolean |
isIncomplete()
Returns true if this export import configuration is incomplete. |
boolean |
isInTrash()
Returns true if this export import configuration is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns true if the parent of this export import configuration is in the Recycle Bin. |
boolean |
isInTrashExplicitly()
|
boolean |
isInTrashImplicitly()
|
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPending()
Returns true if this export import configuration is pending. |
boolean |
isScheduled()
Returns true if this export import configuration is scheduled. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this export import configuration. |
void |
setCreateDate(Date createDate)
Sets the create date of this export import configuration. |
void |
setDescription(String description)
Sets the description of this export import configuration. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExportImportConfigurationId(long exportImportConfigurationId)
Sets the export import configuration ID of this export import configuration. |
void |
setGroupId(long groupId)
Sets the group ID of this export import configuration. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this export import configuration. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this export import configuration. |
void |
setName(String name)
Sets the name of this export import configuration. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this export import configuration. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSettings(String settings)
Sets the settings of this export import configuration. |
void |
setStatus(int status)
Sets the status of this export import configuration. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this export import configuration. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this export import configuration. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this export import configuration. |
void |
setStatusDate(Date statusDate)
Sets the status date of this export import configuration. |
void |
setType(int type)
Sets the type of this export import configuration. |
void |
setUserId(long userId)
Sets the user ID of this export import configuration. |
void |
setUserName(String userName)
Sets the user name of this export import configuration. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this export import configuration. |
CacheModel<ExportImportConfiguration> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ExportImportConfiguration |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
ExportImportConfiguration |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this export import configurationlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this export import configurationlong getExportImportConfigurationId()
void setExportImportConfigurationId(long exportImportConfigurationId)
exportImportConfigurationId - the export import configuration ID of this export import configurationlong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this export import configurationlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this export import configurationlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this export import configurationString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this export import configuration@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this export import configurationDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this export import configurationDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this export import configuration@AutoEscape String getName()
void setName(String name)
name - the name of this export import configuration@AutoEscape String getDescription()
void setDescription(String description)
description - the description of this export import configurationint getType()
void setType(int type)
type - the type of this export import configuration@AutoEscape String getSettings()
void setSettings(String settings)
settings - the settings of this export import configurationint getStatus()
getStatus in interface TrashedModelgetStatus in interface WorkflowedModelvoid setStatus(int status)
setStatus in interface WorkflowedModelstatus - the status of this export import configurationlong getStatusByUserId()
getStatusByUserId in interface WorkflowedModelvoid setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this export import configurationString getStatusByUserUuid()
getStatusByUserUuid in interface WorkflowedModelvoid setStatusByUserUuid(String statusByUserUuid)
setStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this export import configuration@AutoEscape String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelvoid setStatusByUserName(String statusByUserName)
setStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this export import configurationDate getStatusDate()
getStatusDate in interface WorkflowedModelvoid setStatusDate(Date statusDate)
setStatusDate in interface WorkflowedModelstatusDate - the status date of this export import configuration
TrashEntry getTrashEntry()
throws PortalException
getTrashEntry in interface TrashedModelPortalExceptionlong getTrashEntryClassPK()
getTrashEntryClassPK in interface TrashedModelTrashHandler getTrashHandler()
getTrashHandler in interface TrashedModelboolean isInTrash()
true if this export import configuration is in the Recycle Bin.
isInTrash in interface TrashedModeltrue if this export import configuration is in the Recycle Bin; false otherwiseboolean isInTrashContainer()
true if the parent of this export import configuration is in the Recycle Bin.
isInTrashContainer in interface TrashedModeltrue if the parent of this export import configuration is in the Recycle Bin; false otherwiseboolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelboolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelboolean isApproved()
true if this export import configuration is approved.
isApproved in interface WorkflowedModeltrue if this export import configuration is approved; false otherwiseboolean isDenied()
true if this export import configuration is denied.
isDenied in interface WorkflowedModeltrue if this export import configuration is denied; false otherwiseboolean isDraft()
true if this export import configuration is a draft.
isDraft in interface WorkflowedModeltrue if this export import configuration is a draft; false otherwiseboolean isExpired()
true if this export import configuration is expired.
isExpired in interface WorkflowedModeltrue if this export import configuration is expired; false otherwiseboolean isInactive()
true if this export import configuration is inactive.
isInactive in interface WorkflowedModeltrue if this export import configuration is inactive; false otherwiseboolean isIncomplete()
true if this export import configuration is incomplete.
isIncomplete in interface WorkflowedModeltrue if this export import configuration is incomplete; false otherwiseboolean isPending()
true if this export import configuration is pending.
isPending in interface WorkflowedModeltrue if this export import configuration is pending; false otherwiseboolean isScheduled()
true if this export import configuration is scheduled.
isScheduled in interface WorkflowedModeltrue if this export import configuration is scheduled; false otherwiseboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<ExportImportConfiguration>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<ExportImportConfiguration>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<ExportImportConfiguration>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<ExportImportConfiguration>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<ExportImportConfiguration>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<ExportImportConfiguration>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ExportImportConfiguration>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ExportImportConfiguration>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()Object clone()
BaseModel
clone in interface BaseModel<ExportImportConfiguration>int compareTo(ExportImportConfiguration exportImportConfiguration)
compareTo in interface Comparable<ExportImportConfiguration>int hashCode()
hashCode in class ObjectCacheModel<ExportImportConfiguration> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<ExportImportConfiguration>ExportImportConfiguration toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<ExportImportConfiguration>AutoEscapeBeanHandlerExportImportConfiguration toUnescapedModel()
toUnescapedModel in interface BaseModel<ExportImportConfiguration>String toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<ExportImportConfiguration>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||