public class ObjectDefinitionLocalServiceWrapper extends java.lang.Object implements ObjectDefinitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>
ObjectDefinitionLocalService
.ObjectDefinitionLocalService
Constructor and Description |
---|
ObjectDefinitionLocalServiceWrapper(ObjectDefinitionLocalService objectDefinitionLocalService) |
Modifier and Type | Method and Description |
---|---|
ObjectDefinition |
addCustomObjectDefinition(long userId,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String panelAppOrder,
java.lang.String panelCategoryKey,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope,
java.util.List<ObjectField> objectFields) |
ObjectDefinition |
addObjectDefinition(ObjectDefinition objectDefinition)
Adds the object definition to the database.
|
ObjectDefinition |
addOrUpdateSystemObjectDefinition(long companyId,
SystemObjectDefinitionMetadata systemObjectDefinitionMetadata) |
ObjectDefinition |
addSystemObjectDefinition(long userId,
java.lang.String className,
java.lang.String dbTableName,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String pkObjectFieldDBColumnName,
java.lang.String pkObjectFieldName,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope,
int version,
java.util.List<ObjectField> objectFields) |
ObjectDefinition |
createObjectDefinition(long objectDefinitionId)
Creates a new object definition with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyObjectDefinitions(long companyId) |
ObjectDefinition |
deleteObjectDefinition(long objectDefinitionId)
Deletes the object definition with the primary key from the database.
|
ObjectDefinition |
deleteObjectDefinition(ObjectDefinition objectDefinition)
Deletes the object definition from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
deployObjectDefinition(ObjectDefinition objectDefinition) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
ObjectDefinition |
fetchObjectDefinition(long objectDefinitionId) |
ObjectDefinition |
fetchObjectDefinition(long companyId,
java.lang.String name) |
ObjectDefinition |
fetchObjectDefinitionByClassName(long companyId,
java.lang.String className) |
ObjectDefinition |
fetchObjectDefinitionByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the object definition with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<ObjectDefinition> |
getCustomObjectDefinitions(int status) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
ObjectDefinition |
getObjectDefinition(long objectDefinitionId)
Returns the object definition with the primary key.
|
ObjectDefinition |
getObjectDefinitionByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the object definition with the matching UUID and company.
|
java.util.List<ObjectDefinition> |
getObjectDefinitions(int start,
int end)
Returns a range of all the object definitions.
|
java.util.List<ObjectDefinition> |
getObjectDefinitions(long companyId,
boolean active,
boolean system,
int status) |
int |
getObjectDefinitionsCount()
Returns the number of object definitions.
|
int |
getObjectDefinitionsCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<ObjectDefinition> |
getSystemObjectDefinitions() |
ObjectDefinitionLocalService |
getWrappedService() |
ObjectDefinition |
publishCustomObjectDefinition(long userId,
long objectDefinitionId) |
void |
setWrappedService(ObjectDefinitionLocalService objectDefinitionLocalService) |
void |
undeployObjectDefinition(ObjectDefinition objectDefinition) |
ObjectDefinition |
updateCustomObjectDefinition(java.lang.Long objectDefinitionId,
long descriptionObjectFieldId,
long titleObjectFieldId,
boolean active,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String panelAppOrder,
java.lang.String panelCategoryKey,
boolean portlet,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope) |
ObjectDefinition |
updateObjectDefinition(ObjectDefinition objectDefinition)
Updates the object definition in the database or adds it if it does not yet exist.
|
public ObjectDefinitionLocalServiceWrapper(ObjectDefinitionLocalService objectDefinitionLocalService)
public ObjectDefinition addCustomObjectDefinition(long userId, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String panelAppOrder, java.lang.String panelCategoryKey, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope, java.util.List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
addCustomObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition addObjectDefinition(ObjectDefinition objectDefinition)
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinition
- the object definitionpublic ObjectDefinition addOrUpdateSystemObjectDefinition(long companyId, SystemObjectDefinitionMetadata systemObjectDefinitionMetadata) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition addSystemObjectDefinition(long userId, java.lang.String className, java.lang.String dbTableName, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String pkObjectFieldDBColumnName, java.lang.String pkObjectFieldName, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope, int version, java.util.List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
addSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition createObjectDefinition(long objectDefinitionId)
createObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinitionId
- the primary key for the new object definitionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface ObjectDefinitionLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteCompanyObjectDefinitions(long companyId) throws com.liferay.portal.kernel.exception.PortalException
deleteCompanyObjectDefinitions
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition deleteObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinitionId
- the primary key of the object definitionPortalException
- if a object definition with the primary key could not be foundpublic ObjectDefinition deleteObjectDefinition(ObjectDefinition objectDefinition) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinition
- the object definitionPortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface ObjectDefinitionLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deployObjectDefinition(ObjectDefinition objectDefinition)
deployObjectDefinition
in interface ObjectDefinitionLocalService
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface ObjectDefinitionLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface ObjectDefinitionLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface ObjectDefinitionLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl
.
dynamicQuery
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl
.
dynamicQuery
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic ObjectDefinition fetchObjectDefinition(long objectDefinitionId)
fetchObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinition(long companyId, java.lang.String name)
fetchObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinitionByClassName(long companyId, java.lang.String className) throws com.liferay.portal.kernel.exception.PortalException
fetchObjectDefinitionByClassName
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition fetchObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchObjectDefinitionByUuidAndCompanyId
in interface ObjectDefinitionLocalService
uuid
- the object definition's UUIDcompanyId
- the primary key of the companynull
if a matching object definition could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface ObjectDefinitionLocalService
public java.util.List<ObjectDefinition> getCustomObjectDefinitions(int status)
getCustomObjectDefinitions
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface ObjectDefinitionLocalService
public ObjectDefinition getObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinitionId
- the primary key of the object definitionPortalException
- if a object definition with the primary key could not be foundpublic ObjectDefinition getObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionByUuidAndCompanyId
in interface ObjectDefinitionLocalService
uuid
- the object definition's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching object definition could not be foundpublic java.util.List<ObjectDefinition> getObjectDefinitions(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl
.
getObjectDefinitions
in interface ObjectDefinitionLocalService
start
- the lower bound of the range of object definitionsend
- the upper bound of the range of object definitions (not inclusive)public java.util.List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, boolean system, int status)
getObjectDefinitions
in interface ObjectDefinitionLocalService
public int getObjectDefinitionsCount()
getObjectDefinitionsCount
in interface ObjectDefinitionLocalService
public int getObjectDefinitionsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionsCount
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface ObjectDefinitionLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public java.util.List<ObjectDefinition> getSystemObjectDefinitions()
getSystemObjectDefinitions
in interface ObjectDefinitionLocalService
public ObjectDefinition publishCustomObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
publishCustomObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public void undeployObjectDefinition(ObjectDefinition objectDefinition)
undeployObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition updateCustomObjectDefinition(java.lang.Long objectDefinitionId, long descriptionObjectFieldId, long titleObjectFieldId, boolean active, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String panelAppOrder, java.lang.String panelCategoryKey, boolean portlet, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope) throws com.liferay.portal.kernel.exception.PortalException
updateCustomObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition updateObjectDefinition(ObjectDefinition objectDefinition)
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinition
- the object definitionpublic ObjectDefinitionLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>
public void setWrappedService(ObjectDefinitionLocalService objectDefinitionLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>