public class LayoutSetBranchLocalServiceWrapper extends Object implements LayoutSetBranchLocalService, ServiceWrapper<LayoutSetBranchLocalService>
LayoutSetBranchLocalService
.LayoutSetBranchLocalService
Constructor and Description |
---|
LayoutSetBranchLocalServiceWrapper() |
LayoutSetBranchLocalServiceWrapper(LayoutSetBranchLocalService layoutSetBranchLocalService) |
Modifier and Type | Method and Description |
---|---|
LayoutSetBranch |
addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database.
|
LayoutSetBranch |
addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext) |
LayoutSetBranch |
createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key.
|
PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
LayoutSetBranch |
deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database.
|
LayoutSetBranch |
deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database.
|
LayoutSetBranch |
deleteLayoutSetBranch(long currentLayoutPlid,
LayoutSetBranch layoutSetBranch,
boolean includeMaster) |
LayoutSetBranch |
deleteLayoutSetBranch(long currentLayoutPlid,
long layoutSetBranchId) |
void |
deleteLayoutSetBranches(long groupId,
boolean privateLayout) |
void |
deleteLayoutSetBranches(long groupId,
boolean privateLayout,
boolean includeMaster) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
LayoutSetBranch |
fetchLayoutSetBranch(long layoutSetBranchId) |
LayoutSetBranch |
fetchLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
LayoutSetBranch |
getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key.
|
LayoutSetBranch |
getLayoutSetBranch(long groupId,
boolean privateLayout,
String name) |
List<LayoutSetBranch> |
getLayoutSetBranches(long groupId,
boolean privateLayout) |
List<LayoutSetBranch> |
getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branches.
|
int |
getLayoutSetBranchsCount()
Returns the number of layout set branches.
|
LayoutSetBranch |
getMasterLayoutSetBranch(long groupId,
boolean privateLayout) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
LayoutSetBranch |
getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId) |
LayoutSetBranchLocalService |
getWrappedService() |
LayoutSetBranch |
mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext) |
void |
setWrappedService(LayoutSetBranchLocalService layoutSetBranchLocalService) |
LayoutSetBranch |
updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist.
|
LayoutSetBranch |
updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBasePersistence
public LayoutSetBranchLocalServiceWrapper()
public LayoutSetBranchLocalServiceWrapper(LayoutSetBranchLocalService layoutSetBranchLocalService)
public LayoutSetBranch addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Important: Inspect LayoutSetBranchLocalServiceImpl 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.
addLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranch
- the layout set branchpublic LayoutSetBranch addLayoutSetBranch(long userId, long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
addLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranch createLayoutSetBranch(long layoutSetBranchId)
createLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranchId
- the primary key for the new layout set branchpublic PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
createPersistedModel
in interface LayoutSetBranchLocalService
createPersistedModel
in interface PersistedModelLocalService
PortalException
public LayoutSetBranch deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch) throws PortalException
Important: Inspect LayoutSetBranchLocalServiceImpl 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.
deleteLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranch
- the layout set branchPortalException
public LayoutSetBranch deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch, boolean includeMaster) throws PortalException
deleteLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranch deleteLayoutSetBranch(long layoutSetBranchId) throws PortalException
Important: Inspect LayoutSetBranchLocalServiceImpl 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.
deleteLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranchId
- the primary key of the layout set branchPortalException
- if a layout set branch with the primary key could not be foundpublic LayoutSetBranch deleteLayoutSetBranch(long currentLayoutPlid, LayoutSetBranch layoutSetBranch, boolean includeMaster) throws PortalException
deleteLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranch deleteLayoutSetBranch(long currentLayoutPlid, long layoutSetBranchId) throws PortalException
deleteLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public void deleteLayoutSetBranches(long groupId, boolean privateLayout) throws PortalException
deleteLayoutSetBranches
in interface LayoutSetBranchLocalService
PortalException
public void deleteLayoutSetBranches(long groupId, boolean privateLayout, boolean includeMaster) throws PortalException
deleteLayoutSetBranches
in interface LayoutSetBranchLocalService
PortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface LayoutSetBranchLocalService
deletePersistedModel
in interface PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface LayoutSetBranchLocalService
dslQuery
in interface PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface LayoutSetBranchLocalService
dslQueryCount
in interface PersistedModelLocalService
public DynamicQuery dynamicQuery()
dynamicQuery
in interface LayoutSetBranchLocalService
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
in interface LayoutSetBranchLocalService
dynamicQuery
- the dynamic querypublic <T> List<T> dynamicQuery(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.portal.model.impl.LayoutSetBranchModelImpl
.
dynamicQuery
in interface LayoutSetBranchLocalService
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> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, 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.portal.model.impl.LayoutSetBranchModelImpl
.
dynamicQuery
in interface LayoutSetBranchLocalService
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(DynamicQuery dynamicQuery)
dynamicQueryCount
in interface LayoutSetBranchLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount
in interface LayoutSetBranchLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic LayoutSetBranch fetchLayoutSetBranch(long layoutSetBranchId)
fetchLayoutSetBranch
in interface LayoutSetBranchLocalService
public LayoutSetBranch fetchLayoutSetBranch(long groupId, boolean privateLayout, String name)
fetchLayoutSetBranch
in interface LayoutSetBranchLocalService
public ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface LayoutSetBranchLocalService
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface LayoutSetBranchLocalService
public LayoutSetBranch getLayoutSetBranch(long layoutSetBranchId) throws PortalException
getLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranchId
- the primary key of the layout set branchPortalException
- if a layout set branch with the primary key could not be foundpublic LayoutSetBranch getLayoutSetBranch(long groupId, boolean privateLayout, String name) throws PortalException
getLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public List<LayoutSetBranch> getLayoutSetBranches(long groupId, boolean privateLayout)
getLayoutSetBranches
in interface LayoutSetBranchLocalService
public List<LayoutSetBranch> getLayoutSetBranchs(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.portal.model.impl.LayoutSetBranchModelImpl
.
getLayoutSetBranchs
in interface LayoutSetBranchLocalService
start
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)public int getLayoutSetBranchsCount()
getLayoutSetBranchsCount
in interface LayoutSetBranchLocalService
public LayoutSetBranch getMasterLayoutSetBranch(long groupId, boolean privateLayout) throws PortalException
getMasterLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface LayoutSetBranchLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface LayoutSetBranchLocalService
getPersistedModel
in interface PersistedModelLocalService
PortalException
public LayoutSetBranch getUserLayoutSetBranch(long userId, long groupId, boolean privateLayout, long layoutSetId, long layoutSetBranchId) throws PortalException
getUserLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranch mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext) throws PortalException
mergeLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranch updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Important: Inspect LayoutSetBranchLocalServiceImpl 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.
updateLayoutSetBranch
in interface LayoutSetBranchLocalService
layoutSetBranch
- the layout set branchpublic LayoutSetBranch updateLayoutSetBranch(long layoutSetBranchId, String name, String description, ServiceContext serviceContext) throws PortalException
updateLayoutSetBranch
in interface LayoutSetBranchLocalService
PortalException
public LayoutSetBranchLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutSetBranchLocalService>
public void setWrappedService(LayoutSetBranchLocalService layoutSetBranchLocalService)
setWrappedService
in interface ServiceWrapper<LayoutSetBranchLocalService>