Liferay 7.0-ce-b4

com.liferay.portal.service.base
Class LayoutSetBranchLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.LayoutSetBranchLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, LayoutSetBranchLocalService, PersistedModelLocalService
Direct Known Subclasses:
LayoutSetBranchLocalServiceImpl

@ProviderType
public abstract class LayoutSetBranchLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements LayoutSetBranchLocalService, IdentifiableOSGiService

Provides the base implementation for the layout set branch local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutSetBranchLocalServiceImpl.

See Also:
LayoutSetBranchLocalServiceImpl, LayoutSetBranchLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  LayoutBranchLocalService layoutBranchLocalService
           
protected  LayoutBranchPersistence layoutBranchPersistence
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutRevisionLocalService layoutRevisionLocalService
           
protected  LayoutRevisionPersistence layoutRevisionPersistence
           
protected  LayoutSetBranchLocalService layoutSetBranchLocalService
           
protected  LayoutSetBranchPersistence layoutSetBranchPersistence
           
protected  LayoutSetLocalService layoutSetLocalService
           
protected  LayoutSetPersistence layoutSetPersistence
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService
           
protected  RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence
           
protected  ResourceLocalService resourceLocalService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
 
Constructor Summary
LayoutSetBranchLocalServiceBaseImpl()
           
 
Method Summary
 LayoutSetBranch addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Adds the layout set branch to the database.
 void afterPropertiesSet()
           
 LayoutSetBranch createLayoutSetBranch(long layoutSetBranchId)
          Creates a new layout set branch with the primary key.
 LayoutSetBranch deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Deletes the layout set branch from the database.
 LayoutSetBranch deleteLayoutSetBranch(long layoutSetBranchId)
          Deletes the layout set branch with the primary key from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void destroy()
           
 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)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ImageLocalService getImageLocalService()
          Returns the image local service.
 ImagePersistence getImagePersistence()
          Returns the image persistence.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 LayoutBranchLocalService getLayoutBranchLocalService()
          Returns the layout branch local service.
 LayoutBranchPersistence getLayoutBranchPersistence()
          Returns the layout branch persistence.
 LayoutFinder getLayoutFinder()
          Returns the layout finder.
 LayoutLocalService getLayoutLocalService()
          Returns the layout local service.
 LayoutPersistence getLayoutPersistence()
          Returns the layout persistence.
 LayoutRevisionLocalService getLayoutRevisionLocalService()
          Returns the layout revision local service.
 LayoutRevisionPersistence getLayoutRevisionPersistence()
          Returns the layout revision persistence.
 LayoutSetBranch getLayoutSetBranch(long layoutSetBranchId)
          Returns the layout set branch with the primary key.
 LayoutSetBranchLocalService getLayoutSetBranchLocalService()
          Returns the layout set branch local service.
 LayoutSetBranchPersistence getLayoutSetBranchPersistence()
          Returns the layout set branch persistence.
 List<LayoutSetBranch> getLayoutSetBranchs(int start, int end)
          Returns a range of all the layout set branchs.
 int getLayoutSetBranchsCount()
          Returns the number of layout set branchs.
 LayoutSetLocalService getLayoutSetLocalService()
          Returns the layout set local service.
 LayoutSetPersistence getLayoutSetPersistence()
          Returns the layout set persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
          Returns the recent layout set branch local service.
 RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
          Returns the recent layout set branch persistence.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
protected  void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
          Sets the layout branch local service.
 void setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
          Sets the layout branch persistence.
 void setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
          Sets the layout revision local service.
 void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
          Sets the layout revision persistence.
 void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
          Sets the layout set branch local service.
 void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
          Sets the layout set branch persistence.
 void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
          Sets the layout set local service.
 void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
          Sets the layout set persistence.
 void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
          Sets the recent layout set branch local service.
 void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
          Sets the recent layout set branch persistence.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 LayoutSetBranch updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
          Updates the layout set branch in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.LayoutSetBranchLocalService
addLayoutSetBranch, deleteLayoutSetBranch, deleteLayoutSetBranches, deleteLayoutSetBranches, fetchLayoutSetBranch, getLayoutSetBranch, getLayoutSetBranches, getMasterLayoutSetBranch, getUserLayoutSetBranch, getUserLayoutSetBranch, mergeLayoutSetBranch, updateLayoutSetBranch
 

Field Detail

layoutSetBranchLocalService

@BeanReference(type=LayoutSetBranchLocalService.class)
protected LayoutSetBranchLocalService layoutSetBranchLocalService

layoutSetBranchPersistence

@BeanReference(type=LayoutSetBranchPersistence.class)
protected LayoutSetBranchPersistence layoutSetBranchPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

layoutBranchLocalService

@BeanReference(type=LayoutBranchLocalService.class)
protected LayoutBranchLocalService layoutBranchLocalService

layoutBranchPersistence

@BeanReference(type=LayoutBranchPersistence.class)
protected LayoutBranchPersistence layoutBranchPersistence

layoutRevisionLocalService

@BeanReference(type=LayoutRevisionLocalService.class)
protected LayoutRevisionLocalService layoutRevisionLocalService

layoutRevisionPersistence

@BeanReference(type=LayoutRevisionPersistence.class)
protected LayoutRevisionPersistence layoutRevisionPersistence

layoutSetLocalService

@BeanReference(type=LayoutSetLocalService.class)
protected LayoutSetLocalService layoutSetLocalService

layoutSetPersistence

@BeanReference(type=LayoutSetPersistence.class)
protected LayoutSetPersistence layoutSetPersistence

recentLayoutSetBranchLocalService

@BeanReference(type=RecentLayoutSetBranchLocalService.class)
protected RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService

recentLayoutSetBranchPersistence

@BeanReference(type=RecentLayoutSetBranchPersistence.class)
protected RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

LayoutSetBranchLocalServiceBaseImpl

public LayoutSetBranchLocalServiceBaseImpl()
Method Detail

addLayoutSetBranch

@Indexable(type=REINDEX)
public LayoutSetBranch addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. Also notifies the appropriate model listeners.

Specified by:
addLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranch - the layout set branch
Returns:
the layout set branch that was added

createLayoutSetBranch

public LayoutSetBranch createLayoutSetBranch(long layoutSetBranchId)
Creates a new layout set branch with the primary key. Does not add the layout set branch to the database.

Specified by:
createLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranchId - the primary key for the new layout set branch
Returns:
the new layout set branch

deleteLayoutSetBranch

@Indexable(type=DELETE)
public LayoutSetBranch deleteLayoutSetBranch(long layoutSetBranchId)
                                      throws PortalException
Deletes the layout set branch with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranchId - the primary key of the layout set branch
Returns:
the layout set branch that was removed
Throws:
PortalException - if a layout set branch with the primary key could not be found

deleteLayoutSetBranch

@Indexable(type=DELETE)
public LayoutSetBranch deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
                                      throws PortalException
Deletes the layout set branch from the database. Also notifies the appropriate model listeners.

Specified by:
deleteLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranch - the layout set branch
Returns:
the layout set branch that was removed
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface LayoutSetBranchLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface LayoutSetBranchLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <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.

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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface LayoutSetBranchLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <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.

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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface LayoutSetBranchLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface LayoutSetBranchLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface LayoutSetBranchLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchLayoutSetBranch

public LayoutSetBranch fetchLayoutSetBranch(long layoutSetBranchId)
Specified by:
fetchLayoutSetBranch in interface LayoutSetBranchLocalService

getLayoutSetBranch

public LayoutSetBranch getLayoutSetBranch(long layoutSetBranchId)
                                   throws PortalException
Returns the layout set branch with the primary key.

Specified by:
getLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranchId - the primary key of the layout set branch
Returns:
the layout set branch
Throws:
PortalException - if a layout set branch with the primary key could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface LayoutSetBranchLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface LayoutSetBranchLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface LayoutSetBranchLocalService
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface LayoutSetBranchLocalService
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getLayoutSetBranchs

public List<LayoutSetBranch> getLayoutSetBranchs(int start,
                                                 int end)
Returns a range of all the layout set branchs.

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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getLayoutSetBranchs in interface LayoutSetBranchLocalService
Parameters:
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of layout set branchs

getLayoutSetBranchsCount

public int getLayoutSetBranchsCount()
Returns the number of layout set branchs.

Specified by:
getLayoutSetBranchsCount in interface LayoutSetBranchLocalService
Returns:
the number of layout set branchs

updateLayoutSetBranch

@Indexable(type=REINDEX)
public LayoutSetBranch updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateLayoutSetBranch in interface LayoutSetBranchLocalService
Parameters:
layoutSetBranch - the layout set branch
Returns:
the layout set branch that was updated

getLayoutSetBranchLocalService

public LayoutSetBranchLocalService getLayoutSetBranchLocalService()
Returns the layout set branch local service.

Returns:
the layout set branch local service

setLayoutSetBranchLocalService

public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service.

Parameters:
layoutSetBranchLocalService - the layout set branch local service

getLayoutSetBranchPersistence

public LayoutSetBranchPersistence getLayoutSetBranchPersistence()
Returns the layout set branch persistence.

Returns:
the layout set branch persistence

setLayoutSetBranchPersistence

public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence.

Parameters:
layoutSetBranchPersistence - the layout set branch persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getImageLocalService

public ImageLocalService getImageLocalService()
Returns the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImagePersistence

public ImagePersistence getImagePersistence()
Returns the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Returns the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Returns the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Returns the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout finder

getLayoutBranchLocalService

public LayoutBranchLocalService getLayoutBranchLocalService()
Returns the layout branch local service.

Returns:
the layout branch local service

setLayoutBranchLocalService

public void setLayoutBranchLocalService(LayoutBranchLocalService layoutBranchLocalService)
Sets the layout branch local service.

Parameters:
layoutBranchLocalService - the layout branch local service

getLayoutBranchPersistence

public LayoutBranchPersistence getLayoutBranchPersistence()
Returns the layout branch persistence.

Returns:
the layout branch persistence

setLayoutBranchPersistence

public void setLayoutBranchPersistence(LayoutBranchPersistence layoutBranchPersistence)
Sets the layout branch persistence.

Parameters:
layoutBranchPersistence - the layout branch persistence

getLayoutRevisionLocalService

public LayoutRevisionLocalService getLayoutRevisionLocalService()
Returns the layout revision local service.

Returns:
the layout revision local service

setLayoutRevisionLocalService

public void setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
Sets the layout revision local service.

Parameters:
layoutRevisionLocalService - the layout revision local service

getLayoutRevisionPersistence

public LayoutRevisionPersistence getLayoutRevisionPersistence()
Returns the layout revision persistence.

Returns:
the layout revision persistence

setLayoutRevisionPersistence

public void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
Sets the layout revision persistence.

Parameters:
layoutRevisionPersistence - the layout revision persistence

getLayoutSetLocalService

public LayoutSetLocalService getLayoutSetLocalService()
Returns the layout set local service.

Returns:
the layout set local service

setLayoutSetLocalService

public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service.

Parameters:
layoutSetLocalService - the layout set local service

getLayoutSetPersistence

public LayoutSetPersistence getLayoutSetPersistence()
Returns the layout set persistence.

Returns:
the layout set persistence

setLayoutSetPersistence

public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence.

Parameters:
layoutSetPersistence - the layout set persistence

getRecentLayoutSetBranchLocalService

public RecentLayoutSetBranchLocalService getRecentLayoutSetBranchLocalService()
Returns the recent layout set branch local service.

Returns:
the recent layout set branch local service

setRecentLayoutSetBranchLocalService

public void setRecentLayoutSetBranchLocalService(RecentLayoutSetBranchLocalService recentLayoutSetBranchLocalService)
Sets the recent layout set branch local service.

Parameters:
recentLayoutSetBranchLocalService - the recent layout set branch local service

getRecentLayoutSetBranchPersistence

public RecentLayoutSetBranchPersistence getRecentLayoutSetBranchPersistence()
Returns the recent layout set branch persistence.

Returns:
the recent layout set branch persistence

setRecentLayoutSetBranchPersistence

public void setRecentLayoutSetBranchPersistence(RecentLayoutSetBranchPersistence recentLayoutSetBranchPersistence)
Sets the recent layout set branch persistence.

Parameters:
recentLayoutSetBranchPersistence - the recent layout set branch persistence

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface IdentifiableOSGiService
Specified by:
getOSGiServiceIdentifier in interface LayoutSetBranchLocalService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b4