www.element4solution.com

e4s.application.appmodule
Interface AEP_modifyCompany_Intf

All Superinterfaces:
AEP_EditingDataDescriptor_Intf

public interface AEP_modifyCompany_Intf
extends AEP_EditingDataDescriptor_Intf

Application Exit Point: editing company data. Company data holds information about the user(s) permitted to use the application.

See Also:
E4ModuleEditCompany.setAEP(java.lang.Class)

Field Summary
 
Fields inherited from interface e4s.html.editing.AEP_EditingDataDescriptor_Intf
MODE_DELETE, MODE_DISPLAY_FOR_DELETE, MODE_DUPLICATE, MODE_INSERT, MODE_UPDATE, PARAM_PREFIX_DUPLICATE
 
Method Summary
 E4Label_Intf changeCaption(E4Label_Intf caption)
          Change the caption while editing company/user data.
 void changeDescriptor(E4EditingDataDescriptor descriptor)
           
 void changeQuery(T_E4S_COMPANY_Sel T_E4S_COMPANY)
           
 E4CompanyGroup getDefaultCompanyGroup()
          Default group for new companies created
 int getDefaultTimezome()
          Default timezone for new company users created
 
Methods inherited from interface e4s.html.editing.AEP_EditingDataDescriptor_Intf
afterDelete, afterDuplicate, afterInsert, afterUpdate, beforeDelete, beforeDuplicate, beforeInsert, beforeUpdate, canDelete, canDuplicate, canEdit, createFieldset_Search, createFieldset, modifyDeleteExecutionList, modifyDeleteIntegrityList, pageEnd, pageStart, setForm, setServlet
 

Method Detail

changeQuery

void changeQuery(T_E4S_COMPANY_Sel T_E4S_COMPANY)
                 throws java.lang.Exception
Throws:
java.lang.Exception

changeDescriptor

void changeDescriptor(E4EditingDataDescriptor descriptor)
                      throws java.lang.Exception
Throws:
java.lang.Exception

changeCaption

E4Label_Intf changeCaption(E4Label_Intf caption)
                           throws java.lang.Exception
Change the caption while editing company/user data.

Throws:
java.lang.Exception

getDefaultCompanyGroup

E4CompanyGroup getDefaultCompanyGroup()
Default group for new companies created


getDefaultTimezome

int getDefaultTimezome()
Default timezone for new company users created


www.element4solution.com