Skip navigation links
B C D E F G H I L M N P R S U W 

B

BasicController - Class in windntrees
WindnTrees basic controller that adds standard locale messages with locale messages resolution mechanism required by subsequent controllers.
BasicController() - Constructor for class windntrees.BasicController
 

C

clear() - Method in class windntrees.flex.FlexObject
Clear existing items array.
clear(int) - Method in class windntrees.flex.FlexObject
Clear existing items array with new items list size.
constructFlexList(Object[], String, Object, String, String) - Static method in class windntrees.flex.FlexObject
Constructs list of FlexObjects based on public methods of objects.
constructFlexList(Object[], String, Object, String, String, Long, Integer, Boolean, Boolean) - Static method in class windntrees.flex.FlexObject
Constructs list of FlexObjects based on public methods of objects.
constructFlexObject(Object, String) - Static method in class windntrees.flex.FlexObject
Constructs FlexObject based on public methods of provided object.
ContentController<T> - Class in windntrees
ContentController produces WindnTrees compliant JSON Object, List and Error responses.
ContentController() - Constructor for class windntrees.ContentController
 
contextPath() - Method in class windntrees.CRUDController
Gets application context path.
create(T, Errors) - Method in class windntrees.CRUDController
Saves new content object and return WindnTrees compliant HTTP response content object.
create(T) - Method in interface windntrees.CRUDInterface
Content or data object saving interface function definition for new object.
create(T) - Method in class windntrees.CRUDSource
 
createContent(T, MultipartFile, Errors) - Method in class windntrees.CRUDController
Saves new content object and file and return WindnTrees compliant HTTP response content object.
CRUDController<T> - Class in windntrees
CRUDController implements WindnTrees server side CRUD functionality and maintains data repository interface reference for data persistence purposes.
CRUDController() - Constructor for class windntrees.CRUDController
Empty constructor.
CRUDInterface<T> - Interface in windntrees
Repository interface (or contract) when implemented provide symmetric data extraction, processing and saving functions.
CRUDSource<T> - Class in windntrees
Generalized class for data extracting, processing and saving data or content objects based on CRUDInterface implementation.
CRUDSource() - Constructor for class windntrees.CRUDSource
Empty or no argument constructor.
CRUDSource(RepositoryInterface) - Constructor for class windntrees.CRUDSource
Repository interface based CRUDSource constructor initializer.

D

delete(T, Errors) - Method in class windntrees.CRUDController
Deletes content object and return WindnTrees compliant HTTP response content object.
delete(String) - Method in class windntrees.CRUDController
Deletes content object based on provided key and return WindnTrees compliant HTTP response content object.
delete(T) - Method in interface windntrees.CRUDInterface
Content or data object deletion interface function definition for exiting object.
delete(T) - Method in class windntrees.CRUDSource
 
deleteAll() - Method in interface windntrees.CRUDInterface
Content or data object deletion interface function definition for exiting objects.
deleteAll() - Method in class windntrees.CRUDSource
 
deleteByKey(Object) - Method in interface windntrees.CRUDInterface
Content or data object deletion interface function definition for exiting object based on key value.
deleteByKey(Object[]) - Method in interface windntrees.CRUDInterface
Content or data object deletion interface function definition for exiting object based on composite key value.
deleteByKey(Object) - Method in class windntrees.CRUDSource
 
deleteByKey(Object[]) - Method in class windntrees.CRUDSource
 
deleteByKey(Object) - Method in interface windntrees.RepositoryInterface
Deletes content object based on provided object key value from persistence storage.
deleteByKey(Object[]) - Method in interface windntrees.RepositoryInterface
Deletes content object based on provided composite key values from persistence storage.

E

env - Variable in class windntrees.BasicController
Environment variable reference to obtain environment specific attributes and configurational information.
equals(Object) - Method in class windntrees.data.UserInfo
 
errorsList - Variable in class windntrees.data.Result
Errors list.

F

fieldEvaluator(Object, String) - Static method in class windntrees.flex.FlexObject
Evaluates a field through public method.
FlexObject - Class in windntrees.flex
FlexObject represents data or content objects in collection of items in a type less manner.
FlexObject() - Constructor for class windntrees.flex.FlexObject
Empty constructor initializer.
FlexObject(int) - Constructor for class windntrees.flex.FlexObject
Parameterized constructor initializer.
FlexObject(Object[]) - Constructor for class windntrees.flex.FlexObject
Parameterized constructor initializer.

G

generateNewKey(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of generating new key for content object.
getAddressLine1() - Method in class windntrees.data.WebAppProperties
Gets address line 1.
getAddressLine2() - Method in class windntrees.data.WebAppProperties
Gets address line 2.
getAddressLine3() - Method in class windntrees.data.WebAppProperties
Gets address line 3.
getAllowedExtensions() - Method in class windntrees.data.WebAppProperties
Get allowed extensions.
getAuthenticatedRoles() - Method in class windntrees.data.UserInfo
Gets authenticated user roles value.
getAuthenticatedRolesArray() - Method in class windntrees.data.UserInfo
Gets authenticated roles.
getAuthenticatedUser() - Method in class windntrees.data.UserInfo
Gets authenticated user name (or id) value.
getChecks() - Method in class windntrees.data.SearchFilter
Gets checks.
getContents() - Method in class windntrees.data.Result
Gets content objects in compliance with WindnTrees response object.
getContents() - Method in class windntrees.data.ResultList
 
getContents() - Method in class windntrees.data.ResultObject
 
getCopyright() - Method in class windntrees.data.WebAppProperties
Gets copyright.
getCurrency() - Method in class windntrees.data.WebAppProperties
Gets currency.
getDataSourceDriver() - Method in class windntrees.data.WebAppProperties
Gets data source driver.
getDataSourcePassword() - Method in class windntrees.data.WebAppProperties
Gets data source password.
getDataSourceUrl() - Method in class windntrees.data.WebAppProperties
Gets data source URL.
getDataSourceUsername() - Method in class windntrees.data.WebAppProperties
Gets data source user name.
getDescending() - Method in class windntrees.data.SearchFilter
Gets descending status value.
getDescription() - Method in class windntrees.data.WebAppProperties
Gets description.
getDomain() - Method in class windntrees.data.WebAppProperties
Gets domain.
getEditMode() - Method in class windntrees.data.MenuFilter
Gets edit mode status.
getEmail() - Method in class windntrees.data.WebAppProperties
Gets email.
getEndtime() - Method in class windntrees.data.SearchFilter
Gets end time value.
getErrors() - Method in class windntrees.data.Result
Gets errors list.
getExceptionFlexObjectResult(FlexObject, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message response object containing record flex Object and exception.
getExceptionListResult(List<T>, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and exception error message response object, containing list of objects and exception.
getExceptionObjectResult(T, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message response object containing record Object and exception.
getExceptionPageResult(Page<T>, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message response object containing list wise (paged) objects and exception.
getFax() - Method in class windntrees.data.WebAppProperties
Gets fax.
getFileSize() - Method in class windntrees.data.WebAppProperties
Gets file size.
getFolderPath() - Method in class windntrees.BasicController
Gets standard files upload path based on 'uploadType' request parameter that may be overridden as per requirements.
getHtmlResponseHeaders() - Method in class windntrees.BasicController
Gets HTTP response headers with defined TEXT_HTML configuration.
getHttpExceptionFlexObjectResult(FlexObject, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing record flex Object and exception.
getHttpExceptionListResult(List<T>, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and errors HTTP response object containing list of objects and exception.
getHttpExceptionObjectResult(T, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing record Object and exception.
getHttpExceptionPageResult(Page<T>, Exception) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing list wise (paged) objects and exception.
getHttpFlexObjectResult(FlexObject, List<ObjectError>, boolean) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing record flex Object and list of errors.
getHttpListResult(List<T>, List<ObjectError>, boolean) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and errors HTTP response object containing list of objects and errors.
getHttpObjectResult(T, List<ObjectError>, boolean) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing record Object and list of errors.
getHttpPagedResult(Page<T>, List<ObjectError>, boolean) - Method in class windntrees.ContentController
Gets WindnTrees compliant data and error message HTTP response object containing list wise (paged) objects and errors.
getItems() - Method in class windntrees.flex.FlexObject
Gets items.
getKey() - Method in class windntrees.data.SearchFilter
Gets key value.
getKeyword() - Method in class windntrees.data.SearchFilter
Gets keyword value.
getKeywords() - Method in class windntrees.data.SearchFilter
Gets keywords.
getLargeViewPort() - Method in class windntrees.data.MenuFilter
Gets large view port (boolean) status value.
getListNumber() - Method in class windntrees.data.ResultList
 
getListSize() - Method in class windntrees.data.ResultList
Gets current list (or page) number;
getLocale() - Method in class windntrees.BasicController
Gets locale reference instance.
getMenuComposerLocaleMode() - Method in class windntrees.data.WebAppProperties
Gets menu composer locale mode.
getMenuDataStoreMode() - Method in class windntrees.data.WebAppProperties
Gets menu data store mode status.
getMenuRenderingMode() - Method in class windntrees.data.WebAppProperties
Gets menu rendering mode status.
getMobile() - Method in class windntrees.data.WebAppProperties
Gets mobile.
getOptions() - Method in class windntrees.data.SearchFilter
Gets options.
getPage() - Method in class windntrees.data.SearchFilter
Gets list number (or page number) value.
getPhone1() - Method in class windntrees.data.WebAppProperties
Gets phone 1.
getPhone2() - Method in class windntrees.data.WebAppProperties
Gets phone 2.
getRepository() - Method in class windntrees.CRUDController
Gets CRUDController associated repository interface (CRUDInterface) reference.
getRepositoryInterface() - Method in class windntrees.CRUDSource
Gets repository interface reference.
getResponseHeaders() - Method in class windntrees.BasicController
Gets HTTP response headers with defined APPLICATION_JSON_UTF8 configuration.
getRoles() - Method in class windntrees.data.MenuFilter
Gets roles.
getSize() - Method in class windntrees.data.SearchFilter
Gets size value.
getSource() - Method in class windntrees.data.SearchFilter
Gets source value.
getStandardErrMessage() - Method in class windntrees.BasicController
Gets 'Err' locale message defined in a shared locale resource file based on 'standard.err.text' key value.
getStandardErrorLocaleMessage() - Method in class windntrees.ContentController
Gets standard error message(s) list response.
getStandardExceptionMessage() - Method in class windntrees.BasicController
Gets 'Exception' locale message defined in a shared locale resource file based on 'standard.exception.text' key value.
getStandardOkMessage() - Method in class windntrees.BasicController
Gets 'Ok' locale message defined in a shared locale resource file based on 'standard.ok.text' key value.
getStarttime() - Method in class windntrees.data.SearchFilter
Gets start time value.
getTheme() - Method in class windntrees.data.WebAppProperties
Gets theme.
getTitle() - Method in class windntrees.data.WebAppProperties
Gets title.
getTotalRecords() - Method in class windntrees.data.ResultList
Gets total number of records or objects.
getTypedKey(Object) - Method in class windntrees.CRUDController
Gets casted key object by providing extension mechanism in extended classes.
getTypedKey(Object) - Method in class windntrees.CRUDSource
When implemented (or overridden) in extended class provide casted key object extraction means.
getTypedKeys(Object[]) - Method in class windntrees.CRUDSource
When implemented (or overridden) in extended class provide casted key objects extraction means.
getValidationLocaleMessage(String) - Method in class windntrees.BasicController
Gets 'Validation' locale message defined in a shared locale resource file based on locale codes ('Size', 'Min', 'Max', 'NotNull') and key values ('validate.size.text', 'validate.min.text', 'validate.max.text', 'validate.required.text').
getValidationLocaleMessages(List<ObjectError>) - Method in class windntrees.ContentController
Gets validation message(s) list response.
getWebAppProperties() - Method in class windntrees.BasicController
Gets application specific properties that can be extended or customized as per requirements.
getWelcomeMessage() - Method in class windntrees.BasicController
Gets 'Welcome' locale message defined in a shared locale resource file based on 'pages.all.welcome' key value.

H

hasError() - Method in class windntrees.data.Result
Gets error status.

I

isFirst() - Method in class windntrees.data.ResultList
Boolean status value to check if list of response objects is first one?
isLast() - Method in class windntrees.data.ResultList
Boolean status value to check if list of response objects is last one?

L

logger - Static variable in class windntrees.BasicController
Messages and exception logging class instance.

M

MenuFilter - Class in windntrees.data
Menu (or Navigation) composing selector class based on roles.
MenuFilter() - Constructor for class windntrees.data.MenuFilter
Empty constructor initializer.
MenuFilter(String, Boolean, Boolean) - Constructor for class windntrees.data.MenuFilter
Parameterized constructor initializer.
messageSource - Variable in class windntrees.BasicController
Locale messages resolver based on shared locale resource.

N

newItem(Object) - Method in class windntrees.flex.FlexObject
Sets new item.

P

postCreate(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation after saving object.
postDelete(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation after deleting object.
postRead(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation after reading or retrieving saved object.
postRead(List<T>) - Method in class windntrees.CRUDController
When overridden in extended class provide means of processing or manipulation of list of content objects after reading from storage.
postRead(Page<T>) - Method in class windntrees.CRUDController
When overridden in extended class provide means of processing or manipulation of list of content objects after reading from storage in page or list-wise format.
postSelect(List<T>) - Method in class windntrees.CRUDController
When overridden in extended class provide means of processing or manipulation of selected list of content objects (based on reference key) after reading from storage.
postSelect(Page<T>) - Method in class windntrees.CRUDController
When overridden in extended class provide means of processing or manipulation of selected list of content objects (based on reference key) after reading from storage in list-wise or page format.
postUpdate(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation after saving object.
preCreate(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation before serializing or saving object.
preDelete(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation before deleting object.
preUpdate(T) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation before saving object.

R

read(Object) - Method in interface windntrees.CRUDInterface
Content or data object reading interface function definition based on a key value.
read(Object[]) - Method in interface windntrees.CRUDInterface
Content or data object reading interface function definition based on a composite key value.
read(Object) - Method in class windntrees.CRUDSource
 
read(Object[]) - Method in class windntrees.CRUDSource
 
read(Object) - Method in interface windntrees.RepositoryInterface
Reads content object based on provided object key value from persistence storage.
read(Object[]) - Method in interface windntrees.RepositoryInterface
Reads content object based on provided composite object keys from persistence storage.
readAll() - Method in class windntrees.CRUDController
Read list of all content objects and return WindnTrees compliant HTTP response content object using GET method.
readAll() - Method in interface windntrees.CRUDInterface
List of content or data objects reading interface function definition.
readAll(Pageable) - Method in interface windntrees.CRUDInterface
List wise (paged) content or data objects reading interface function definition.
readAll() - Method in class windntrees.CRUDSource
 
readAll(Pageable) - Method in class windntrees.CRUDSource
 
readAll() - Method in interface windntrees.RepositoryInterface
Reads list of all content objects from persistence storage.
readAll(Pageable) - Method in interface windntrees.RepositoryInterface
Reads list-wise (or paged) content objects from persistence storage.
readAllByPost() - Method in class windntrees.CRUDController
Read list of all content objects and return WindnTrees compliant HTTP response content object using POST method.
readByKeyword(String) - Method in interface windntrees.CRUDInterface
List of content or data object reading interface function definition based on a keyword value.
readByKeyword(String, Pageable) - Method in interface windntrees.CRUDInterface
List wise (or paged) content or data objects reading interface function definition based on a keyword value.
readByKeyword(String) - Method in class windntrees.CRUDSource
 
readByKeyword(String, Pageable) - Method in class windntrees.CRUDSource
 
readByKeyword(String) - Method in interface windntrees.RepositoryInterface
Reads list of content objects based on provided keyword from persistence storage.
readByKeyword(String, Pageable) - Method in interface windntrees.RepositoryInterface
Reads list-wise (paged) content objects based on provided keyword.
readList(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object.
readListReturnFlexByGET(String) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided keyword and return WindnTrees compliant HTTP response content object using GET method.
readListReturnFlexByPOST(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object using POST method.
readListWise(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read list wise (or page) of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object using POST method.
readListWise(String, int, int) - Method in class windntrees.CRUDController
Read list wise (or page) of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object using GET method.
readListWiseReturnFlexByGET(String, int, int) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in paged or list-wise format using GET method.
readListWiseReturnFlexByPOST(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in paged or list-wise format using POST method.
readSingle(SearchFilter, Errors) - Method in class windntrees.CRUDController
Reads content object based on provided filtering data and return WindnTrees compliant response content object using POST method.
readSingle(String) - Method in class windntrees.CRUDController
Reads content object based on provided key and return WindnTrees compliant response content object using GET method.
readSingleReturnFlex(String) - Method in class windntrees.CRUDController
Reads Flex object complaint content object based on provided key and return WindnTrees compliant HTTP response content object using GET method.
readSingleReturnFlex(SearchFilter, Errors) - Method in class windntrees.CRUDController
Reads Flex object complaint content object based on provided filtering data and return WindnTrees compliant HTTP response content object using POST method.
RepositoryInterface<T,ID extends Serializable> - Interface in windntrees
RepositoryInterface extends JPA paging and sorting repository interface.
request - Variable in class windntrees.BasicController
 
Result<T> - Class in windntrees.data
Abstract class for WindnTrees compliant response object composed around contents and errors list.
Result() - Constructor for class windntrees.data.Result
 
ResultList<T> - Class in windntrees.data
WindnTrees compliant list response object.
ResultList(List<T>, List<ObjectError>) - Constructor for class windntrees.data.ResultList
Parameterized constructor initializer based on list of content objects and errors.
ResultList(List<T>, long, int, int, boolean, boolean) - Constructor for class windntrees.data.ResultList
Parameterized constructor initializer based on list of content objects, errors, and related information.
ResultList(List<T>, List<ObjectError>, long, int, int, boolean, boolean) - Constructor for class windntrees.data.ResultList
Parameterized constructor initializer based on list of content objects, errors, and related information.
ResultObject<T> - Class in windntrees.data
WindnTrees compliant record object response object.
ResultObject(Object) - Constructor for class windntrees.data.ResultObject
Parameterized constructor initializer for response content object.
ResultObject(Object, List<ObjectError>) - Constructor for class windntrees.data.ResultObject
Parameterized constructor initializer for response content object and errors list.

S

saveExistingContent(T, String, String, long, byte[]) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation for saving existing content object being part of a multi-part form request.
saveNewContent(T, String, String, long, byte[]) - Method in class windntrees.CRUDController
When overridden in extended class provide means of content object processing or manipulation for saving new content object being part of a multi-part form request.
SearchFilter - Class in windntrees.data
Data or content object(s) extraction selector class.
SearchFilter() - Constructor for class windntrees.data.SearchFilter
Empty constructor initializer.
SearchFilter(String, int, int) - Constructor for class windntrees.data.SearchFilter
Parameterized constructor initializer.
SearchFilter(String, String) - Constructor for class windntrees.data.SearchFilter
Parameterized constructor initializer.
SearchFilter(String, String, String) - Constructor for class windntrees.data.SearchFilter
Parameterized constructor initializer.
select(SearchFilter, Errors) - Method in class windntrees.CRUDController
Selects list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in list-wise or paged format.
select(Object, String) - Method in interface windntrees.CRUDInterface
List of selected content or data objects reading interface function definition based on reference key and keyword values.
select(Object, String, Pageable) - Method in interface windntrees.CRUDInterface
List wise (paged) selected content or data objects reading interface function definition based on reference key and keyword values.
select(Object, String) - Method in class windntrees.CRUDSource
 
select(Object, String, Pageable) - Method in class windntrees.CRUDSource
 
select(Object, String) - Method in interface windntrees.RepositoryInterface
Select list of content objects based on provided reference key value from persistence storage.
select(Object, String, Pageable) - Method in interface windntrees.RepositoryInterface
Selects list-wise (paged) content objects based on provided key and keyword value from persistence storage.
selectList(SearchFilter, Errors) - Method in class windntrees.CRUDController
Selects list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in listing format.
selectListReturnFlex(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in listing format using POST method.
selectReturnFlex(SearchFilter, Errors) - Method in class windntrees.CRUDController
Read Flex object complaint list of content objects based on provided filtering data and return WindnTrees compliant HTTP response content object in paged or list-wise format using POST method.
selectWithin(Object, String) - Method in interface windntrees.CRUDInterface
List of selected content or data objects reading interface function definition based on self-referenced key and keyword values.
selectWithin(Object, String, Pageable) - Method in interface windntrees.CRUDInterface
List wise (paged) selected content or data objects reading interface function definition based on self-referenced key and keyword values.
selectWithin(Object, String) - Method in class windntrees.CRUDSource
 
selectWithin(Object, String, Pageable) - Method in class windntrees.CRUDSource
 
selectWithin(Object, String) - Method in interface windntrees.RepositoryInterface
Selects list of content objects based on provided key and keyword value from persistence storage.
selectWithin(Object, String, Pageable) - Method in interface windntrees.RepositoryInterface
Selects list-wise (paged) content objects based on provided key and keyword value from persistence storage.
session - Variable in class windntrees.BasicController
HttpSession reference object scoped for a user session.
setAddressLine1(String) - Method in class windntrees.data.WebAppProperties
Sets address line 1.
setAddressLine2(String) - Method in class windntrees.data.WebAppProperties
Sets address line 2.
setAddressLine3(String) - Method in class windntrees.data.WebAppProperties
Sets address line 3.
setAllowedExtensions(String) - Method in class windntrees.data.WebAppProperties
Sets allowed extensions.
setAuthenticatedRoles(String) - Method in class windntrees.data.UserInfo
Sets authenticated user roles value.
setAuthenticatedUser(String) - Method in class windntrees.data.UserInfo
Sets authenticated user name (or id) value.
setChecks(Boolean[]) - Method in class windntrees.data.SearchFilter
Sets checks.
setCopyright(String) - Method in class windntrees.data.WebAppProperties
Sets copyright.
setCurrency(String) - Method in class windntrees.data.WebAppProperties
Sets currency.
setDataSourceDriver(String) - Method in class windntrees.data.WebAppProperties
Sets data source driver.
setDataSourcePassword(String) - Method in class windntrees.data.WebAppProperties
Sets data source password.
setDataSourceUrl(String) - Method in class windntrees.data.WebAppProperties
Sets data source URL.
setDataSourceUsername(String) - Method in class windntrees.data.WebAppProperties
Sets data source user name.
setDescending(Boolean) - Method in class windntrees.data.SearchFilter
Sets descending status value.
setDescription(String) - Method in class windntrees.data.WebAppProperties
Sets description.
setDomain(String) - Method in class windntrees.data.WebAppProperties
Sets domain.
setEditMode(Boolean) - Method in class windntrees.data.MenuFilter
Sets edit mode status.
setEmail(String) - Method in class windntrees.data.WebAppProperties
Sets email.
setEndtime(Date) - Method in class windntrees.data.SearchFilter
Sets end time value.
setErrors(List<ObjectError>) - Method in class windntrees.data.Result
Sets errors list.
setFax(String) - Method in class windntrees.data.WebAppProperties
Sets fax.
setFileSize(int) - Method in class windntrees.data.WebAppProperties
Sets file size.
setFirst(boolean) - Method in class windntrees.data.ResultList
Sets first list status value.
setItems(Object[]) - Method in class windntrees.flex.FlexObject
Sets items.
setKey(String) - Method in class windntrees.data.SearchFilter
Sets key value.
setKeyword(String) - Method in class windntrees.data.SearchFilter
Sets keyword value.
setKeywords(String[]) - Method in class windntrees.data.SearchFilter
Sets keywords.
setLargeViewPort(Boolean) - Method in class windntrees.data.MenuFilter
Sets large view port (boolean) status value.
setLast(boolean) - Method in class windntrees.data.ResultList
Sets last list status value.
setListNumber(int) - Method in class windntrees.data.ResultList
Sets current list (or page) number.
setListSize(int) - Method in class windntrees.data.ResultList
Sets list size (or page size).
setMenuComposerLocaleMode(Boolean) - Method in class windntrees.data.WebAppProperties
Sets menu composer locale mode.
setMenuDataStoreMode(Boolean) - Method in class windntrees.data.WebAppProperties
Sets menu data store mode status.
setMenuRenderingMode(Boolean) - Method in class windntrees.data.WebAppProperties
Sets menu rendering mode status.
setMobile(String) - Method in class windntrees.data.WebAppProperties
Sets mobile.
setOptions(String[]) - Method in class windntrees.data.SearchFilter
Sets options.
setPage(int) - Method in class windntrees.data.SearchFilter
Sets list number (or page number) value.
setPhone1(String) - Method in class windntrees.data.WebAppProperties
Sets phone 1.
setPhone2(String) - Method in class windntrees.data.WebAppProperties
Sets phone 2.
setRepositoryInterface(RepositoryInterface) - Method in class windntrees.CRUDSource
Sets repository interface reference.
setResultObject(Object) - Method in class windntrees.data.ResultObject
Sets response content object.
setResultsList(List<T>) - Method in class windntrees.data.ResultList
Sets list of content objects.
setRoles(String) - Method in class windntrees.data.MenuFilter
Sets roles.
setSize(int) - Method in class windntrees.data.SearchFilter
Sets size value.
setSource(String) - Method in class windntrees.data.SearchFilter
Sets source value.
setStarttime(Date) - Method in class windntrees.data.SearchFilter
Sets start time value.
setTheme(String) - Method in class windntrees.data.WebAppProperties
Sets theme.
setTitle(String) - Method in class windntrees.data.WebAppProperties
Sets title.
setTotalRecords(int) - Method in class windntrees.data.ResultList
Sets total number of records or objects.

U

update(T, Errors) - Method in class windntrees.CRUDController
Saves existing content object and return WindnTrees compliant HTTP response content object.
update(T) - Method in interface windntrees.CRUDInterface
Content or data object saving interface function definition for exiting object.
update(T) - Method in class windntrees.CRUDSource
 
updateContent(T, MultipartFile, Errors) - Method in class windntrees.CRUDController
Saves existing content object and file and return WindnTrees compliant HTTP response content object.
UserInfo - Class in windntrees.data
 
UserInfo() - Constructor for class windntrees.data.UserInfo
Empty constructor initializer.
UserInfo(String, String) - Constructor for class windntrees.data.UserInfo
Parameterized constructor initializer for user and roles.

W

WebAppProperties - Class in windntrees.data
 
WebAppProperties() - Constructor for class windntrees.data.WebAppProperties
Empty constructor initializer.
WebAppProperties(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class windntrees.data.WebAppProperties
Parameterized constructor initializer.
WebAppProperties(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, int, String) - Constructor for class windntrees.data.WebAppProperties
Parameterized constructor initializer.
WebAppProperties(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, int, String, String, String, String, String) - Constructor for class windntrees.data.WebAppProperties
Parameterized constructor initializer.
windntrees - package windntrees
 
windntrees.data - package windntrees.data
 
windntrees.flex - package windntrees.flex
 
B C D E F G H I L M N P R S U W 
Skip navigation links

Copyright © 2018. All rights reserved.