Interface MobilePageServiceLocal
-
- All Superinterfaces:
CRUDService<MobilePageDTO,MobilePageData,ConfigurationVO>,CRUDServiceLocal<MobilePage,MobilePageDTO,MobilePageData,ConfigurationVO>,MobilePageService,Service
- All Known Implementing Classes:
MobilePageServiceImpl
public interface MobilePageServiceLocal extends MobilePageService, CRUDServiceLocal<MobilePage,MobilePageDTO,MobilePageData,ConfigurationVO>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MobilePage>getMobilePages()Returns the mobile pages for the current configuration including ancestorsList<MobilePage>getPosMobilePages()Returns the mobile pages for the current configuration including ancestors shown in POS.List<MobilePage>getUserMobilePages()Returns the mobile pages for the current configuration including ancestors shown in Mobile.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.contentmanagement.MobilePageService
getContent, getListData, list, saveOrder
-
-
-
-
Method Detail
-
getMobilePages
List<MobilePage> getMobilePages()
Returns the mobile pages for the current configuration including ancestors
-
getPosMobilePages
List<MobilePage> getPosMobilePages()
Returns the mobile pages for the current configuration including ancestors shown in POS.
-
getUserMobilePages
List<MobilePage> getUserMobilePages()
Returns the mobile pages for the current configuration including ancestors shown in Mobile.
-
-