public interface GridService extends DataService<GridModel>
| Modifier and Type | Method and Description |
|---|---|
LangridList<GridModel> |
getAll() |
int |
getPasswordExpiredDay() |
String |
getSelfGridId() |
boolean |
isAutoApproveEnabled() |
boolean |
isCommercialUse() |
void |
setAutoApproveEnabled(boolean autoApproveEnabled) |
void |
setCommercialUse(boolean isCommercialUse) |
void |
setPasswordExpiredDay(int day) |
void |
setSelfGridId(String gridId) |
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametarString getSelfGridId() throws ServiceManagerException
ServiceManagerExceptionvoid setSelfGridId(String gridId)
int getPasswordExpiredDay()
throws ServiceManagerException
ServiceManagerExceptionvoid setPasswordExpiredDay(int day)
throws ServiceManagerException
ServiceManagerExceptionboolean isCommercialUse()
throws ServiceManagerException
ServiceManagerExceptionvoid setCommercialUse(boolean isCommercialUse)
throws ServiceManagerException
ServiceManagerExceptionboolean isAutoApproveEnabled()
throws ServiceManagerException
ServiceManagerExceptionvoid setAutoApproveEnabled(boolean autoApproveEnabled)
throws ServiceManagerException
ServiceManagerExceptionLangridList<GridModel> getAll() throws ServiceManagerException
ServiceManagerException